public static interface ListGatewaysRequest.Builder extends StorageGatewayRequest.Builder, CopyableBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGatewaysRequest.Builder |
limit(Integer limit)
Specifies that the list of gateways returned be limited to the specified number of items.
|
ListGatewaysRequest.Builder |
marker(String marker)
An opaque string that indicates the position at which to begin the returned list of gateways.
|
ListGatewaysRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListGatewaysRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListGatewaysRequest.Builder marker(String marker)
An opaque string that indicates the position at which to begin the returned list of gateways.
marker - An opaque string that indicates the position at which to begin the returned list of gateways.ListGatewaysRequest.Builder limit(Integer limit)
Specifies that the list of gateways returned be limited to the specified number of items.
limit - Specifies that the list of gateways returned be limited to the specified number of items.ListGatewaysRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListGatewaysRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.