public static interface UntagResourceRequest.Builder extends SimSpaceWeaverRequest.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 that you want to remove tags from.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of tag keys to remove from the resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A list of tag keys to remove from the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource that you want to remove tags from. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
resourceArn - The Amazon Resource Name (ARN) of the resource that you want to remove tags from. For more information
about ARNs, see Amazon Resource
Names (ARNs) in the Amazon Web Services General Reference.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A list of tag keys to remove from the resource.
tagKeys - A list of tag keys to remove from the resource.UntagResourceRequest.Builder tagKeys(String... tagKeys)
A list of tag keys to remove from the resource.
tagKeys - A list of tag keys to remove from the 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.