Interface ListGatewaysRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>,SdkBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>,SdkPojo,SdkRequest.Builder,StorageGatewayRequest.Builder
- Enclosing class:
- ListGatewaysRequest
public static interface ListGatewaysRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGatewaysRequest.Builderlimit(Integer limit)Specifies that the list of gateways returned be limited to the specified number of items.ListGatewaysRequest.Buildermarker(String marker)An opaque string that indicates the position at which to begin the returned list of gateways.ListGatewaysRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGatewaysRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayRequest.Builder
build
-
-
-
-
Method Detail
-
marker
ListGatewaysRequest.Builder marker(String marker)
An opaque string that indicates the position at which to begin the returned list of gateways.
- Parameters:
marker- An opaque string that indicates the position at which to begin the returned list of gateways.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
ListGatewaysRequest.Builder limit(Integer limit)
Specifies that the list of gateways returned be limited to the specified number of items.
- Parameters:
limit- Specifies that the list of gateways returned be limited to the specified number of items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListGatewaysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListGatewaysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-