public static interface ListTagsRequest.Builder extends CloudHsmV2Request.Builder, SdkPojo, CopyableBuilder<ListTagsRequest.Builder,ListTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of tags to return in the response.
|
ListTagsRequest.Builder |
nextToken(String nextToken)
The
NextToken value that you received in the previous response. |
ListTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsRequest.Builder |
resourceId(String resourceId)
The cluster identifier (ID) for the cluster whose tags you are getting.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsRequest.Builder resourceId(String resourceId)
The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.
resourceId - The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use
DescribeClusters.ListTagsRequest.Builder nextToken(String nextToken)
The NextToken value that you received in the previous response. Use this value to get more tags.
nextToken - The NextToken value that you received in the previous response. Use this value to get
more tags.ListTagsRequest.Builder maxResults(Integer maxResults)
The maximum number of tags to return in the response. When there are more tags than the number you specify,
the response contains a NextToken value.
maxResults - The maximum number of tags to return in the response. When there are more tags than the number you
specify, the response contains a NextToken value.ListTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.