public static interface UntagResourceRequest.Builder extends BatchRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource from which to delete tags.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The keys of the tags to be removed.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The keys of the tags to be removed.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource from which to delete tags. AWS Batch resources that support tags are compute environments, jobs, job definitions, and job queues. ARNs for child jobs of array and multi-node parallel (MNP) jobs are not supported.
resourceArn - The Amazon Resource Name (ARN) of the resource from which to delete tags. AWS Batch resources that
support tags are compute environments, jobs, job definitions, and job queues. ARNs for child jobs of
array and multi-node parallel (MNP) jobs are not supported.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The keys of the tags to be removed.
tagKeys - The keys of the tags to be removed.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The keys of the tags to be removed.
tagKeys - The keys of the tags to be removed.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.