public static interface UntagResourceRequest.Builder extends TranscribeRequest.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 Amazon Transcribe resource you want to remove tags from.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of tag keys you want to remove from a specified Amazon Transcribe resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A list of tag keys you want to remove from a specified Amazon Transcribe resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to remove tags from. ARNs have the
format arn:partition:service:region:account-id:resource-type/resource-id (for example,
arn:aws:transcribe:us-east-1:account-id:transcription-job/your-job-name). Valid values for
resource-type are: transcription-job, medical-transcription-job,
vocabulary, medical-vocabulary, vocabulary-filter, and
language-model.
resourceArn - The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to remove tags from. ARNs
have the format arn:partition:service:region:account-id:resource-type/resource-id (for
example, arn:aws:transcribe:us-east-1:account-id:transcription-job/your-job-name). Valid
values for resource-type are: transcription-job,
medical-transcription-job, vocabulary, medical-vocabulary,
vocabulary-filter, and language-model.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A list of tag keys you want to remove from a specified Amazon Transcribe resource.
tagKeys - A list of tag keys you want to remove from a specified Amazon Transcribe resource.UntagResourceRequest.Builder tagKeys(String... tagKeys)
A list of tag keys you want to remove from a specified Amazon Transcribe resource.
tagKeys - A list of tag keys you want to remove from a specified Amazon Transcribe resource.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.