public static interface UntagResourceRequest.Builder extends RekognitionRequest.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)
Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to remove the tags
from.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of the tags that you want to remove.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A list of the tags that you want to remove.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to remove the tags from.
resourceArn - Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to remove the
tags from.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A list of the tags that you want to remove.
tagKeys - A list of the tags that you want to remove.UntagResourceRequest.Builder tagKeys(String... tagKeys)
A list of the tags that you want to remove.
tagKeys - A list of the tags that you want to remove.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.