public static interface CreateMedicalVocabularyResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<CreateMedicalVocabularyResponse.Builder,CreateMedicalVocabularyResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateMedicalVocabularyResponse.Builder |
failureReason(String failureReason)
If the
VocabularyState field is FAILED, this field contains information about why
the job failed. |
CreateMedicalVocabularyResponse.Builder |
languageCode(LanguageCode languageCode)
The language code for the entries in your custom vocabulary.
|
CreateMedicalVocabularyResponse.Builder |
languageCode(String languageCode)
The language code for the entries in your custom vocabulary.
|
CreateMedicalVocabularyResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that you created the vocabulary.
|
CreateMedicalVocabularyResponse.Builder |
vocabularyName(String vocabularyName)
The name of the vocabulary.
|
CreateMedicalVocabularyResponse.Builder |
vocabularyState(String vocabularyState)
The processing state of your custom vocabulary in Amazon Transcribe Medical.
|
CreateMedicalVocabularyResponse.Builder |
vocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary in Amazon Transcribe Medical.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMedicalVocabularyResponse.Builder vocabularyName(String vocabularyName)
The name of the vocabulary. The name must be unique within an Amazon Web Services account and is case sensitive.
vocabularyName - The name of the vocabulary. The name must be unique within an Amazon Web Services account and is case
sensitive.CreateMedicalVocabularyResponse.Builder languageCode(String languageCode)
The language code for the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
languageCode - The language code for the entries in your custom vocabulary. US English (en-US) is the only valid
language code for Amazon Transcribe Medical.LanguageCode,
LanguageCodeCreateMedicalVocabularyResponse.Builder languageCode(LanguageCode languageCode)
The language code for the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
languageCode - The language code for the entries in your custom vocabulary. US English (en-US) is the only valid
language code for Amazon Transcribe Medical.LanguageCode,
LanguageCodeCreateMedicalVocabularyResponse.Builder vocabularyState(String vocabularyState)
The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is
READY, you can use the vocabulary in a StartMedicalTranscriptionJob request.
vocabularyState - The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is
READY, you can use the vocabulary in a StartMedicalTranscriptionJob request.VocabularyState,
VocabularyStateCreateMedicalVocabularyResponse.Builder vocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is
READY, you can use the vocabulary in a StartMedicalTranscriptionJob request.
vocabularyState - The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is
READY, you can use the vocabulary in a StartMedicalTranscriptionJob request.VocabularyState,
VocabularyStateCreateMedicalVocabularyResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that you created the vocabulary.
lastModifiedTime - The date and time that you created the vocabulary.CreateMedicalVocabularyResponse.Builder failureReason(String failureReason)
If the VocabularyState field is FAILED, this field contains information about why
the job failed.
failureReason - If the VocabularyState field is FAILED, this field contains information
about why the job failed.Copyright © 2021. All rights reserved.