public static interface DescribeFileSystemsRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFileSystemsRequest.Builder |
fileSystemIds(Collection<String> fileSystemIds)
(Optional) IDs of the file systems whose descriptions you want to retrieve (String).
|
DescribeFileSystemsRequest.Builder |
fileSystemIds(String... fileSystemIds)
(Optional) IDs of the file systems whose descriptions you want to retrieve (String).
|
DescribeFileSystemsRequest.Builder |
maxResults(Integer maxResults)
(Optional) Maximum number of file systems to return in the response (integer).
|
DescribeFileSystemsRequest.Builder |
nextToken(String nextToken)
(Optional) Opaque pagination token returned from a previous
DescribeFileSystems operation
(String). |
DescribeFileSystemsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeFileSystemsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeFileSystemsRequest.Builder fileSystemIds(Collection<String> fileSystemIds)
(Optional) IDs of the file systems whose descriptions you want to retrieve (String).
fileSystemIds - (Optional) IDs of the file systems whose descriptions you want to retrieve (String).DescribeFileSystemsRequest.Builder fileSystemIds(String... fileSystemIds)
(Optional) IDs of the file systems whose descriptions you want to retrieve (String).
fileSystemIds - (Optional) IDs of the file systems whose descriptions you want to retrieve (String).DescribeFileSystemsRequest.Builder maxResults(Integer maxResults)
(Optional) 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 FSx returns is the minimum of the MaxResults
parameter specified in the request and the service's internal maximum number of items per page.
maxResults - (Optional) 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 FSx returns is the minimum of the
MaxResults parameter specified in the request and the service's internal maximum number
of items per page.DescribeFileSystemsRequest.Builder nextToken(String nextToken)
(Optional) Opaque pagination token returned from a previous DescribeFileSystems operation
(String). If a token present, the action continues the list from where the returning call left off.
nextToken - (Optional) Opaque pagination token returned from a previous DescribeFileSystems operation
(String). If a token present, the action continues the list from where the returning call left off.DescribeFileSystemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeFileSystemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.