public static interface DescribeTagsRequest.Builder extends EfsRequest.Builder, SdkPojo, CopyableBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsRequest.Builder |
fileSystemId(String fileSystemId)
The ID of the file system whose tag set you want to retrieve.
|
DescribeTagsRequest.Builder |
marker(String marker)
(Optional) An opaque pagination token returned from a previous
DescribeTags operation (String). |
DescribeTagsRequest.Builder |
maxItems(Integer maxItems)
(Optional) The maximum number of file system tags to return in the response.
|
DescribeTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTagsRequest.Builder maxItems(Integer maxItems)
(Optional) The maximum number of file system tags to return in the response. Currently, this number is automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you have more than 100 tags.
maxItems - (Optional) The maximum number of file system tags to return in the response. Currently, this number is
automatically set to 100, and other values are ignored. The response is paginated at 100 per page if
you have more than 100 tags.DescribeTagsRequest.Builder marker(String marker)
(Optional) An opaque pagination token returned from a previous DescribeTags operation (String).
If present, it specifies to continue the list from where the previous call left off.
marker - (Optional) An opaque pagination token returned from a previous DescribeTags operation
(String). If present, it specifies to continue the list from where the previous call left off.DescribeTagsRequest.Builder fileSystemId(String fileSystemId)
The ID of the file system whose tag set you want to retrieve.
fileSystemId - The ID of the file system whose tag set you want to retrieve.DescribeTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.