public static interface ListTagsForResourceRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
maxResults(Integer maxResults)
The maximum number of tags that you want to return in the response to a
ListTagsForResource
request. |
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
For the first
ListTagsForResource request, omit this value. |
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the resource that you want to list tags for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the resource that you want to list tags for.
resourceArn - The Amazon Resource Name (ARN) for the resource that you want to list tags for.ListTagsForResourceRequest.Builder maxResults(Integer maxResults)
The maximum number of tags that you want to return in the response to a ListTagsForResource
request. If you don't specify a value for MaxResults, Resolver returns up to 100 tags.
maxResults - The maximum number of tags that you want to return in the response to a
ListTagsForResource request. If you don't specify a value for MaxResults,
Resolver returns up to 100 tags.ListTagsForResourceRequest.Builder nextToken(String nextToken)
For the first ListTagsForResource request, omit this value.
If you have more than MaxResults tags, you can submit another ListTagsForResource
request to get the next group of tags for the resource. In the next request, specify the value of
NextToken from the previous response.
nextToken - For the first ListTagsForResource request, omit this value.
If you have more than MaxResults tags, you can submit another
ListTagsForResource request to get the next group of tags for the resource. In the next
request, specify the value of NextToken from the previous response.
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.