public static interface UntagResourceRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest.Builder |
arn(String arn)
The ARN of the resource from which to remove metadata tags.
|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The tags to be removed from the specified resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The tags to be removed from the specified resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder arn(String arn)
The ARN of the resource from which to remove metadata tags. Required.
arn - The ARN of the resource from which to remove metadata tags. Required.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The tags to be removed from the specified resource. Do not provide system tags. Required.
tagKeys - The tags to be removed from the specified resource. Do not provide system tags. Required.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The tags to be removed from the specified resource. Do not provide system tags. Required.
tagKeys - The tags to be removed from the specified resource. Do not provide system tags. Required.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.