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)
IDs of the file systems whose descriptions you want to retrieve (String).
|
DescribeFileSystemsRequest.Builder |
fileSystemIds(String... fileSystemIds)
IDs of the file systems whose descriptions you want to retrieve (String).
|
DescribeFileSystemsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of file systems to return in the response (integer).
|
DescribeFileSystemsRequest.Builder |
nextToken(String nextToken)
Opaque pagination token returned from a previous
DescribeFileSystems operation (String). |
DescribeFileSystemsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeFileSystemsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFileSystemsRequest.Builder fileSystemIds(Collection<String> fileSystemIds)
IDs of the file systems whose descriptions you want to retrieve (String).
fileSystemIds - IDs of the file systems whose descriptions you want to retrieve (String).DescribeFileSystemsRequest.Builder fileSystemIds(String... fileSystemIds)
IDs of the file systems whose descriptions you want to retrieve (String).
fileSystemIds - IDs of the file systems whose descriptions you want to retrieve (String).DescribeFileSystemsRequest.Builder maxResults(Integer maxResults)
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 - 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)
Opaque pagination token returned from a previous DescribeFileSystems operation (String). If a
token present, the operation continues the list from where the returning call left off.
nextToken - Opaque pagination token returned from a previous DescribeFileSystems operation (String).
If a token present, the operation continues the list from where the returning call left off.DescribeFileSystemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeFileSystemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.