public static interface ListTagsForResourceRequest.Builder extends EfsRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
maxResults(Integer maxResults)
(Optional) Specifies the maximum number of tag objects to return in the response.
|
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
(Optional) You can use
NextToken in a subsequent request to fetch the next page of access point
descriptions if the response payload was paginated. |
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceId(String resourceId)
Specifies the EFS resource you want to retrieve tags for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder resourceId(String resourceId)
Specifies the EFS resource you want to retrieve tags for. You can retrieve tags for EFS file systems and access points using this API endpoint.
resourceId - Specifies the EFS resource you want to retrieve tags for. You can retrieve tags for EFS file systems
and access points using this API endpoint.ListTagsForResourceRequest.Builder maxResults(Integer maxResults)
(Optional) Specifies the maximum number of tag objects to return in the response. The default value is 100.
maxResults - (Optional) Specifies the maximum number of tag objects to return in the response. The default value is
100.ListTagsForResourceRequest.Builder nextToken(String nextToken)
(Optional) You can use NextToken in a subsequent request to fetch the next page of access point
descriptions if the response payload was paginated.
nextToken - (Optional) You can use NextToken in a subsequent request to fetch the next page of access
point descriptions if the response payload was paginated.ListTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.