public static interface UntagResourceRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
Modifier and Type | Method and Description |
---|---|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UntagResourceRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.