public static interface DescribeFileSystemsRequest.Builder extends EfsRequest.Builder, SdkPojo, CopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>
| Modifier and Type | Method and 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).
|
DescribeFileSystemsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeFileSystemsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFileSystemsRequest.Builder maxItems(Integer maxItems)
(Optional) Specifies the maximum number of file systems to return in the response (integer). This number is automatically set to 100. The response is paginated at 100 per page if you have more than 100 file systems.
maxItems - (Optional) Specifies the maximum number of file systems to return in the response (integer). This
number is automatically set to 100. The response is paginated at 100 per page if you have more than
100 file systems.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).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.