public static interface ListFileSharesRequest.Builder extends StorageGatewayRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListFileSharesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListFileSharesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.