public static interface ListFileSharesRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<ListFileSharesRequest.Builder,ListFileSharesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFileSharesRequest.Builder |
gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway whose file shares you want to list.
|
ListFileSharesRequest.Builder |
limit(Integer limit)
The maximum number of file shares to return in the response.
|
ListFileSharesRequest.Builder |
marker(String marker)
Opaque pagination token returned from a previous ListFileShares operation.
|
ListFileSharesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFileSharesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFileSharesRequest.Builder gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed.
gatewayARN - The Amazon Resource Name (ARN) of the gateway whose file shares you want to list. If this field is not
present, all file shares under your account are listed.ListFileSharesRequest.Builder limit(Integer limit)
The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional.
limit - The maximum number of file shares to return in the response. The value must be an integer with a value
greater than zero. Optional.ListFileSharesRequest.Builder marker(String marker)
Opaque pagination token returned from a previous ListFileShares operation. If present, Marker
specifies where to continue the list from after a previous call to ListFileShares. Optional.
marker - Opaque pagination token returned from a previous ListFileShares operation. If present,
Marker specifies where to continue the list from after a previous call to ListFileShares.
Optional.ListFileSharesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFileSharesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.