public static interface ListTagsForResourceRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
maxResults(Integer maxResults)
The maximum number of tags to list.
|
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
A token that indicates the location of the next resource tag in the array of resource tags, after the list of
resource tags that was previously requested.
|
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource for the listed tags.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder maxResults(Integer maxResults)
The maximum number of tags to list.
maxResults - The maximum number of tags to list.ListTagsForResourceRequest.Builder nextToken(String nextToken)
A token that indicates the location of the next resource tag in the array of resource tags, after the list of resource tags that was previously requested.
nextToken - A token that indicates the location of the next resource tag in the array of resource tags, after the
list of resource tags that was previously requested.ListTagsForResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource for the listed tags.
resourceArn - The Amazon Resource Name (ARN) of the resource for the listed tags.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.