public static interface UntagResourceRequest.Builder extends BackupRequest.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)
An ARN that uniquely identifies a resource.
|
UntagResourceRequest.Builder |
tagKeyList(Collection<String> tagKeyList)
A list of keys to identify which key-value tags to remove from a resource.
|
UntagResourceRequest.Builder |
tagKeyList(String... tagKeyList)
A list of keys to identify which key-value tags to remove from a resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.
resourceArn - An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged
resource.UntagResourceRequest.Builder tagKeyList(Collection<String> tagKeyList)
A list of keys to identify which key-value tags to remove from a resource.
tagKeyList - A list of keys to identify which key-value tags to remove from a resource.UntagResourceRequest.Builder tagKeyList(String... tagKeyList)
A list of keys to identify which key-value tags to remove from a resource.
tagKeyList - A list of keys to identify which key-value tags to remove from a resource.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.