public static interface UntagResourceRequest.Builder extends CloudHSMV2Request.Builder, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
Modifier and Type | Method and Description |
---|---|
UntagResourceRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UntagResourceRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
requestOverrideConfig
copy
apply, build
UntagResourceRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UntagResourceRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.