Interface ListFileSystemAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListFileSystemAssociationsRequest.Builder,ListFileSystemAssociationsRequest>,SdkBuilder<ListFileSystemAssociationsRequest.Builder,ListFileSystemAssociationsRequest>,SdkPojo,SdkRequest.Builder,StorageGatewayRequest.Builder
- Enclosing class:
- ListFileSystemAssociationsRequest
public static interface ListFileSystemAssociationsRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<ListFileSystemAssociationsRequest.Builder,ListFileSystemAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFileSystemAssociationsRequest.BuildergatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.ListFileSystemAssociationsRequest.Builderlimit(Integer limit)The maximum number of file system associations to return in the response.ListFileSystemAssociationsRequest.Buildermarker(String marker)Opaque pagination token returned from a previousListFileSystemAssociationsoperation.ListFileSystemAssociationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFileSystemAssociationsRequest.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
-
gatewayARN
ListFileSystemAssociationsRequest.Builder gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.- Parameters:
gatewayARN- The new value for the GatewayARN property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
ListFileSystemAssociationsRequest.Builder limit(Integer limit)
The maximum number of file system associations to return in the response. If present,
Limitmust be an integer with a value greater than zero. Optional.- Parameters:
limit- The maximum number of file system associations to return in the response. If present,Limitmust be an integer with a value greater than zero. Optional.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
ListFileSystemAssociationsRequest.Builder marker(String marker)
Opaque pagination token returned from a previous
ListFileSystemAssociationsoperation. If present,Markerspecifies where to continue the list from after a previous call toListFileSystemAssociations. Optional.- Parameters:
marker- Opaque pagination token returned from a previousListFileSystemAssociationsoperation. If present,Markerspecifies where to continue the list from after a previous call toListFileSystemAssociations. Optional.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListFileSystemAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFileSystemAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-