public static interface UntagResourceRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest.Builder |
keys(Collection<String> keys)
Specifies the keys in the tags that you want to remove.
|
UntagResourceRequest.Builder |
keys(String... keys)
Specifies the keys in the tags that you want to remove.
|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
resourceArn(String resourceArn)
Specifies the Amazon Resource Name (ARN) of the resource to remove the tags from.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
Specifies the Amazon Resource Name (ARN) of the resource to remove the tags from.
resourceArn - Specifies the Amazon Resource Name (ARN) of the resource to remove the tags from.UntagResourceRequest.Builder keys(Collection<String> keys)
Specifies the keys in the tags that you want to remove.
keys - Specifies the keys in the tags that you want to remove.UntagResourceRequest.Builder keys(String... keys)
Specifies the keys in the tags that you want to remove.
keys - Specifies the keys in the tags that you want to remove.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.