public static interface UpdateMedicalVocabularyResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<UpdateMedicalVocabularyResponse.Builder,UpdateMedicalVocabularyResponse>
Modifier and Type | Method and Description |
---|---|
UpdateMedicalVocabularyResponse.Builder |
languageCode(LanguageCode languageCode)
The language code for the language of the text file used to update the custom vocabulary.
|
UpdateMedicalVocabularyResponse.Builder |
languageCode(String languageCode)
The language code for the language of the text file used to update the custom vocabulary.
|
UpdateMedicalVocabularyResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary was updated.
|
UpdateMedicalVocabularyResponse.Builder |
vocabularyName(String vocabularyName)
The name of the updated vocabulary.
|
UpdateMedicalVocabularyResponse.Builder |
vocabularyState(String vocabularyState)
The processing state of the update to the vocabulary.
|
UpdateMedicalVocabularyResponse.Builder |
vocabularyState(VocabularyState vocabularyState)
The processing state of the update to the vocabulary.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateMedicalVocabularyResponse.Builder vocabularyName(String vocabularyName)
The name of the updated vocabulary.
vocabularyName
- The name of the updated vocabulary.UpdateMedicalVocabularyResponse.Builder languageCode(String languageCode)
The language code for the language of the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.
languageCode
- The language code for the language of the text file used to update the custom vocabulary. US English
(en-US) is the only language supported in Amazon Transcribe Medical.LanguageCode
,
LanguageCode
UpdateMedicalVocabularyResponse.Builder languageCode(LanguageCode languageCode)
The language code for the language of the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.
languageCode
- The language code for the language of the text file used to update the custom vocabulary. US English
(en-US) is the only language supported in Amazon Transcribe Medical.LanguageCode
,
LanguageCode
UpdateMedicalVocabularyResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary was updated.
lastModifiedTime
- The date and time that the vocabulary was updated.UpdateMedicalVocabularyResponse.Builder vocabularyState(String vocabularyState)
The processing state of the update to the vocabulary. When the VocabularyState
field is
READY
, the vocabulary is ready to be used in a StartMedicalTranscriptionJob
request.
vocabularyState
- The processing state of the update to the vocabulary. When the VocabularyState
field is
READY
, the vocabulary is ready to be used in a StartMedicalTranscriptionJob
request.VocabularyState
,
VocabularyState
UpdateMedicalVocabularyResponse.Builder vocabularyState(VocabularyState vocabularyState)
The processing state of the update to the vocabulary. When the VocabularyState
field is
READY
, the vocabulary is ready to be used in a StartMedicalTranscriptionJob
request.
vocabularyState
- The processing state of the update to the vocabulary. When the VocabularyState
field is
READY
, the vocabulary is ready to be used in a StartMedicalTranscriptionJob
request.VocabularyState
,
VocabularyState