public static interface ListTagsForResourceRequest.Builder extends PaymentCryptographyRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
maxResults(Integer maxResults)
Use this parameter to specify the maximum number of items to return.
|
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
Use this parameter in a subsequent request after you receive a response with truncated results.
|
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceArn(String resourceArn)
The
KeyARN of the key whose tags you are getting. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder maxResults(Integer maxResults)
Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer.
maxResults - Use this parameter to specify the maximum number of items to return. When this value is present,
Amazon Web Services Payment Cryptography does not return more than the specified number of items, but
it might return fewer.ListTagsForResourceRequest.Builder nextToken(String nextToken)
Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the
value of NextToken from the truncated response you just received.
nextToken - Use this parameter in a subsequent request after you receive a response with truncated results. Set it
to the value of NextToken from the truncated response you just received.ListTagsForResourceRequest.Builder resourceArn(String resourceArn)
The KeyARN of the key whose tags you are getting.
resourceArn - The KeyARN of the key whose tags you are getting.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.