Interface ListFileSystemAssociationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListFileSystemAssociationsRequest.Builder,
,ListFileSystemAssociationsRequest> SdkBuilder<ListFileSystemAssociationsRequest.Builder,
,ListFileSystemAssociationsRequest> SdkPojo
,SdkRequest.Builder
,StorageGatewayRequest.Builder
- Enclosing class:
ListFileSystemAssociationsRequest
@Mutable
@NotThreadSafe
public static interface ListFileSystemAssociationsRequest.Builder
extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<ListFileSystemAssociationsRequest.Builder,ListFileSystemAssociationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptiongatewayARN
(String gatewayARN) Sets the value of the GatewayARN property for this object.The maximum number of file system associations to return in the response.Opaque pagination token returned from a previousListFileSystemAssociations
operation.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayRequest.Builder
build
-
Method Details
-
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
The maximum number of file system associations to return in the response. If present,
Limit
must 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,Limit
must 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
Opaque pagination token returned from a previous
ListFileSystemAssociations
operation. If present,Marker
specifies where to continue the list from after a previous call toListFileSystemAssociations
. Optional.- Parameters:
marker
- Opaque pagination token returned from a previousListFileSystemAssociations
operation. If present,Marker
specifies 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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListFileSystemAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-