public static interface UntagResourceRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
Modifier and Type | Method and Description |
---|---|
UntagResourceRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the resource that you want to remove tags from.
|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The keys of the tags that you want to remove from the resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The keys of the tags that you want to remove from the resource.
|
build
overrideConfiguration
copy
applyMutation, build
UntagResourceRequest.Builder arn(String arn)
arn
- The Amazon Resource Name (ARN) of the resource that you want to remove tags from. To get the ARN, send
a GET request with the resource name.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
tagKeys
- The keys of the tags that you want to remove from the resource.UntagResourceRequest.Builder tagKeys(String... tagKeys)
tagKeys
- The keys of the tags that you want to remove from the resource.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.