CopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>
, SdkBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>
public static interface DescribeFileSystemsRequest.Builder extends CopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeFileSystemsRequest.Builder |
creationToken(String creationToken) |
(Optional) Restricts the list to the file system with this creation token (String).
|
DescribeFileSystemsRequest.Builder |
fileSystemId(String fileSystemId) |
(Optional) ID of the file system whose description you want to retrieve (String).
|
DescribeFileSystemsRequest.Builder |
marker(String marker) |
(Optional) Opaque pagination token returned from a previous
DescribeFileSystems operation
(String). |
DescribeFileSystemsRequest.Builder |
maxItems(Integer maxItems) |
(Optional) Specifies the maximum number of file systems to return in the response (integer).
|
copy
apply, build
DescribeFileSystemsRequest.Builder maxItems(Integer maxItems)
(Optional) Specifies the maximum number of file systems to return in the response (integer). This parameter
value must be greater than 0. The number of items that Amazon EFS returns is the minimum of the
MaxItems
parameter specified in the request and the service's internal maximum number of items
per page.
maxItems
- (Optional) Specifies the maximum number of file systems to return in the response (integer). This
parameter value must be greater than 0. The number of items that Amazon EFS returns is the minimum of
the MaxItems
parameter specified in the request and the service's internal maximum number
of items per page.DescribeFileSystemsRequest.Builder marker(String marker)
(Optional) Opaque pagination token returned from a previous DescribeFileSystems
operation
(String). If present, specifies to continue the list from where the returning call had left off.
marker
- (Optional) Opaque pagination token returned from a previous DescribeFileSystems
operation
(String). If present, specifies to continue the list from where the returning call had left off.DescribeFileSystemsRequest.Builder creationToken(String creationToken)
(Optional) Restricts the list to the file system with this creation token (String). You specify a creation token when you create an Amazon EFS file system.
creationToken
- (Optional) Restricts the list to the file system with this creation token (String). You specify a
creation token when you create an Amazon EFS file system.DescribeFileSystemsRequest.Builder fileSystemId(String fileSystemId)
(Optional) ID of the file system whose description you want to retrieve (String).
fileSystemId
- (Optional) ID of the file system whose description you want to retrieve (String).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.