public static interface CreateMedicalVocabularyRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<CreateMedicalVocabularyRequest.Builder,CreateMedicalVocabularyRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateMedicalVocabularyRequest.Builder |
languageCode(LanguageCode languageCode)
The language code that represents the language of the entries in your custom vocabulary.
|
CreateMedicalVocabularyRequest.Builder |
languageCode(String languageCode)
The language code that represents the language of the entries in your custom vocabulary.
|
CreateMedicalVocabularyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMedicalVocabularyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateMedicalVocabularyRequest.Builder |
tags(Collection<Tag> tags)
Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you
create the new vocabulary.
|
CreateMedicalVocabularyRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you
create the new vocabulary.
|
CreateMedicalVocabularyRequest.Builder |
tags(Tag... tags)
Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you
create the new vocabulary.
|
CreateMedicalVocabularyRequest.Builder |
vocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location (URI) of the text file that contains your custom vocabulary.
|
CreateMedicalVocabularyRequest.Builder |
vocabularyName(String vocabularyName)
The name of your new vocabulary.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMedicalVocabularyRequest.Builder vocabularyName(String vocabularyName)
The name of your new vocabulary.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.
If you try to create a vocabulary with the same name as a previous vocabulary, you get a
ConflictException error.
vocabularyName - The name of your new vocabulary.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services
account. If you try to create a vocabulary with the same name as a previous vocabulary, you get a
ConflictException error.
CreateMedicalVocabularyRequest.Builder languageCode(String languageCode)
The language code that represents the language of the entries in your custom vocabulary. Note that U.S.
English (en-US) is the only language supported with Amazon Transcribe Medical.
languageCode - The language code that represents the language of the entries in your custom vocabulary. Note that
U.S. English (en-US) is the only language supported with Amazon Transcribe Medical.LanguageCode,
LanguageCodeCreateMedicalVocabularyRequest.Builder languageCode(LanguageCode languageCode)
The language code that represents the language of the entries in your custom vocabulary. Note that U.S.
English (en-US) is the only language supported with Amazon Transcribe Medical.
languageCode - The language code that represents the language of the entries in your custom vocabulary. Note that
U.S. English (en-US) is the only language supported with Amazon Transcribe Medical.LanguageCode,
LanguageCodeCreateMedicalVocabularyRequest.Builder vocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location (URI) of the text file that contains your custom vocabulary. The URI must be in the same Amazon Web Services Region as the resource that you're calling.
Here's an example URI path:
https://s3.us-east-1.amazonaws.com/my-s3-bucket/my-vocab-file.txt
vocabularyFileUri - The Amazon S3 location (URI) of the text file that contains your custom vocabulary. The URI must be in
the same Amazon Web Services Region as the resource that you're calling.
Here's an example URI path:
https://s3.us-east-1.amazonaws.com/my-s3-bucket/my-vocab-file.txt
CreateMedicalVocabularyRequest.Builder tags(Collection<Tag> tags)
Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create the new vocabulary.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
tags - Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time
you create the new vocabulary.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
CreateMedicalVocabularyRequest.Builder tags(Tag... tags)
Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create the new vocabulary.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
tags - Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time
you create the new vocabulary.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
CreateMedicalVocabularyRequest.Builder tags(Consumer<Tag.Builder>... tags)
Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create the new vocabulary.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateMedicalVocabularyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMedicalVocabularyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.