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) |
ListGatewaysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGatewaysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.