public static interface UntagResourceRequest.Builder extends ComprehendRequest.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 given Amazon Comprehend resource from which you want to remove the
tags.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The initial part of a key-value pair that forms a tag being removed from a given resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The initial part of a key-value pair that forms a tag being removed from a given resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource from which you want to remove the tags.
resourceArn - The Amazon Resource Name (ARN) of the given Amazon Comprehend resource from which you want to remove
the tags.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The initial part of a key-value pair that forms a tag being removed from a given resource. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department. Keys must be unique and cannot be duplicated for a particular resource.
tagKeys - The initial part of a key-value pair that forms a tag being removed from a given resource. For
example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales
department. Keys must be unique and cannot be duplicated for a particular resource.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The initial part of a key-value pair that forms a tag being removed from a given resource. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department. Keys must be unique and cannot be duplicated for a particular resource.
tagKeys - The initial part of a key-value pair that forms a tag being removed from a given resource. For
example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales
department. Keys must be unique and cannot be duplicated for a particular 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.