public static interface ListFileSystemAssociationsRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<ListFileSystemAssociationsRequest.Builder,ListFileSystemAssociationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFileSystemAssociationsRequest.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
ListFileSystemAssociationsRequest.Builder |
limit(Integer limit)
The maximum number of file system associations to return in the response.
|
ListFileSystemAssociationsRequest.Builder |
marker(String marker)
Opaque pagination token returned from a previous
ListFileSystemAssociations operation. |
ListFileSystemAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFileSystemAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFileSystemAssociationsRequest.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.ListFileSystemAssociationsRequest.Builder limit(Integer 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.
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.ListFileSystemAssociationsRequest.Builder marker(String marker)
Opaque pagination token returned from a previous ListFileSystemAssociations operation. If
present, Marker specifies where to continue the list from after a previous call to
ListFileSystemAssociations. Optional.
marker - Opaque pagination token returned from a previous ListFileSystemAssociations operation. If
present, Marker specifies where to continue the list from after a previous call to
ListFileSystemAssociations. Optional.ListFileSystemAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFileSystemAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.