public static interface UntagResourceRequest.Builder extends CloudHsmV2Request.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
resourceId(String resourceId)
The cluster identifier (ID) for the cluster whose tags you are removing.
|
UntagResourceRequest.Builder |
tagKeyList(Collection<String> tagKeyList)
A list of one or more tag keys for the tags that you are removing.
|
UntagResourceRequest.Builder |
tagKeyList(String... tagKeyList)
A list of one or more tag keys for the tags that you are removing.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceId(String resourceId)
The cluster identifier (ID) for the cluster whose tags you are removing. To find the cluster ID, use DescribeClusters.
resourceId - The cluster identifier (ID) for the cluster whose tags you are removing. To find the cluster ID, use
DescribeClusters.UntagResourceRequest.Builder tagKeyList(Collection<String> tagKeyList)
A list of one or more tag keys for the tags that you are removing. Specify only the tag keys, not the tag values.
tagKeyList - A list of one or more tag keys for the tags that you are removing. Specify only the tag keys, not the
tag values.UntagResourceRequest.Builder tagKeyList(String... tagKeyList)
A list of one or more tag keys for the tags that you are removing. Specify only the tag keys, not the tag values.
tagKeyList - A list of one or more tag keys for the tags that you are removing. Specify only the tag keys, not the
tag values.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.