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)
Removes the specified tag keys from the specified Amazon Transcribe resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
Removes the specified tag keys from the 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-west-2:111122223333:transcription-job/transcription-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-west-2:111122223333:transcription-job/transcription-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)
Removes the specified tag keys from the specified Amazon Transcribe resource.
tagKeys - Removes the specified tag keys from the specified Amazon Transcribe resource.UntagResourceRequest.Builder tagKeys(String... tagKeys)
Removes the specified tag keys from the specified Amazon Transcribe resource.
tagKeys - Removes the specified tag keys from the 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 © 2023. All rights reserved.