CopyableBuilder<ListFileSharesRequest.Builder,ListFileSharesRequest>
, SdkBuilder<ListFileSharesRequest.Builder,ListFileSharesRequest>
public static interface ListFileSharesRequest.Builder extends CopyableBuilder<ListFileSharesRequest.Builder,ListFileSharesRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
ListFileSharesRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.