Interface UntagResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudHsmV2Request.Builder,CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>,SdkBuilder<UntagResourceRequest.Builder,UntagResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UntagResourceRequest
public static interface UntagResourceRequest.Builder extends CloudHsmV2Request.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UntagResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagResourceRequest.BuilderresourceId(String resourceId)The cluster identifier (ID) for the cluster whose tags you are removing.UntagResourceRequest.BuildertagKeyList(String... tagKeyList)A list of one or more tag keys for the tags that you are removing.UntagResourceRequest.BuildertagKeyList(Collection<String> tagKeyList)A list of one or more tag keys for the tags that you are removing.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudhsmv2.model.CloudHsmV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
resourceId
UntagResourceRequest.Builder resourceId(String resourceId)
The cluster identifier (ID) for the cluster whose tags you are removing. To find the cluster ID, use DescribeClusters.
- Parameters:
resourceId- The cluster identifier (ID) for the cluster whose tags you are removing. To find the cluster ID, use DescribeClusters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeyList
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeyList
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-