public static interface ListGatewaysRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListGatewaysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListGatewaysRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListGatewaysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.