public static interface UpdateMedicalVocabularyRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<UpdateMedicalVocabularyRequest.Builder,UpdateMedicalVocabularyRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateMedicalVocabularyRequest.Builder |
languageCode(LanguageCode languageCode)
The language code of the language used for the entries in the updated vocabulary.
|
UpdateMedicalVocabularyRequest.Builder |
languageCode(String languageCode)
The language code of the language used for the entries in the updated vocabulary.
|
UpdateMedicalVocabularyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMedicalVocabularyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateMedicalVocabularyRequest.Builder |
vocabularyFileUri(String vocabularyFileUri)
The location in Amazon S3 of the text file that contains the you use for your custom vocabulary.
|
UpdateMedicalVocabularyRequest.Builder |
vocabularyName(String vocabularyName)
The name of the vocabulary to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMedicalVocabularyRequest.Builder vocabularyName(String vocabularyName)
The name of the vocabulary to update. The name is case sensitive. If you try to update a vocabulary with the
same name as a vocabulary you've already made, you get a ConflictException error.
vocabularyName - The name of the vocabulary to update. The name is case sensitive. If you try to update a vocabulary
with the same name as a vocabulary you've already made, you get a ConflictException
error.UpdateMedicalVocabularyRequest.Builder languageCode(String languageCode)
The language code of the language used for the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.
languageCode - The language code of the language used for the entries in the updated vocabulary. US English (en-US)
is the only valid language code in Amazon Transcribe Medical.LanguageCode,
LanguageCodeUpdateMedicalVocabularyRequest.Builder languageCode(LanguageCode languageCode)
The language code of the language used for the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.
languageCode - The language code of the language used for the entries in the updated vocabulary. US English (en-US)
is the only valid language code in Amazon Transcribe Medical.LanguageCode,
LanguageCodeUpdateMedicalVocabularyRequest.Builder vocabularyFileUri(String vocabularyFileUri)
The location in Amazon S3 of the text file that contains the you use for your custom vocabulary. The URI must be in the same AWS Region as the resource that you are calling. The following is the format for a URI:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about Amazon S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.
vocabularyFileUri - The location in Amazon S3 of the text file that contains the you use for your custom vocabulary. The
URI must be in the same AWS Region as the resource that you are calling. The following is the format
for a URI:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about Amazon S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.
UpdateMedicalVocabularyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateMedicalVocabularyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.