public static interface RemoveTagsFromResourceRequest.Builder extends CloudHsmRequest.Builder, SdkPojo, CopyableBuilder<RemoveTagsFromResourceRequest.Builder,RemoveTagsFromResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveTagsFromResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveTagsFromResourceRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
|
RemoveTagsFromResourceRequest.Builder |
tagKeyList(Collection<String> tagKeyList)
The tag key or keys to remove.
|
RemoveTagsFromResourceRequest.Builder |
tagKeyList(String... tagKeyList)
The tag key or keys to remove.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveTagsFromResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
resourceArn - The Amazon Resource Name (ARN) of the AWS CloudHSM resource.RemoveTagsFromResourceRequest.Builder tagKeyList(Collection<String> tagKeyList)
The tag key or keys to remove.
Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.
tagKeyList - The tag key or keys to remove.
Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.
RemoveTagsFromResourceRequest.Builder tagKeyList(String... tagKeyList)
The tag key or keys to remove.
Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.
tagKeyList - The tag key or keys to remove.
Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.
RemoveTagsFromResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveTagsFromResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.