public static interface UntagResourceRequest.Builder extends Route53ResolverRequest.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) for the resource that you want to remove tags from.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The tags that you want to remove to the specified resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The tags that you want to remove to the specified resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the resource that you want to remove tags from. To get the ARN for a
resource, use the applicable Get or List command:
resourceArn - The Amazon Resource Name (ARN) for the resource that you want to remove tags from. To get the ARN for
a resource, use the applicable Get or List command:
UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The tags that you want to remove to the specified resource.
tagKeys - The tags that you want to remove to the specified resource.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The tags that you want to remove to the specified resource.
tagKeys - The tags that you want to remove to the specified 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.