public static interface ListTagsForResourceRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
arn(String arn)
Requests the tags associated with a particular Amazon Resource Name (ARN).
|
ListTagsForResourceRequest.Builder |
maxResults(Integer maxResults)
Specifies the number of tags to return as a response to the
ListTagsForResource request. |
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
When you request additional results from the
ListTagsForResource operation, a
NextToken parameter is returned in the input. |
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder arn(String arn)
Requests the tags associated with a particular Amazon Resource Name (ARN). An ARN is an identifier for a specific Amazon Web Services resource, such as a server, user, or role.
arn - Requests the tags associated with a particular Amazon Resource Name (ARN). An ARN is an identifier for
a specific Amazon Web Services resource, such as a server, user, or role.ListTagsForResourceRequest.Builder maxResults(Integer maxResults)
Specifies the number of tags to return as a response to the ListTagsForResource request.
maxResults - Specifies the number of tags to return as a response to the ListTagsForResource request.ListTagsForResourceRequest.Builder nextToken(String nextToken)
When you request additional results from the ListTagsForResource operation, a
NextToken parameter is returned in the input. You can then pass in a subsequent command to the
NextToken parameter to continue listing additional tags.
nextToken - When you request additional results from the ListTagsForResource operation, a
NextToken parameter is returned in the input. You can then pass in a subsequent command
to the NextToken parameter to continue listing additional 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.