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 you selected for your medical vocabulary.
|
UpdateMedicalVocabularyResponse.Builder |
languageCode(String languageCode)
The language code you selected for your medical vocabulary.
|
UpdateMedicalVocabularyResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time the specified custom medical vocabulary was last updated.
|
UpdateMedicalVocabularyResponse.Builder |
vocabularyName(String vocabularyName)
The name of the updated custom medical vocabulary.
|
UpdateMedicalVocabularyResponse.Builder |
vocabularyState(String vocabularyState)
The processing state of your custom medical vocabulary.
|
UpdateMedicalVocabularyResponse.Builder |
vocabularyState(VocabularyState vocabularyState)
The processing state of your custom medical vocabulary.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMedicalVocabularyResponse.Builder vocabularyName(String vocabularyName)
The name of the updated custom medical vocabulary.
vocabularyName - The name of the updated custom medical vocabulary.UpdateMedicalVocabularyResponse.Builder languageCode(String languageCode)
The language code you selected for your medical vocabulary. US English (en-US) is the only
language supported with Amazon Transcribe Medical.
languageCode - The language code you selected for your medical vocabulary. US English (en-US) is the
only language supported with Amazon Transcribe Medical.LanguageCode,
LanguageCodeUpdateMedicalVocabularyResponse.Builder languageCode(LanguageCode languageCode)
The language code you selected for your medical vocabulary. US English (en-US) is the only
language supported with Amazon Transcribe Medical.
languageCode - The language code you selected for your medical vocabulary. US English (en-US) is the
only language supported with Amazon Transcribe Medical.LanguageCode,
LanguageCodeUpdateMedicalVocabularyResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time the specified custom medical vocabulary was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
lastModifiedTime - The date and time the specified custom medical vocabulary was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
UpdateMedicalVocabularyResponse.Builder vocabularyState(String vocabularyState)
The processing state of your custom medical vocabulary. If the state is READY, you can use the
vocabulary in a StartMedicalTranscriptionJob request.
vocabularyState - The processing state of your custom medical vocabulary. If the state is READY, you can
use the vocabulary in a StartMedicalTranscriptionJob request.VocabularyState,
VocabularyStateUpdateMedicalVocabularyResponse.Builder vocabularyState(VocabularyState vocabularyState)
The processing state of your custom medical vocabulary. If the state is READY, you can use the
vocabulary in a StartMedicalTranscriptionJob request.
vocabularyState - The processing state of your custom medical vocabulary. If the state is READY, you can
use the vocabulary in a StartMedicalTranscriptionJob request.VocabularyState,
VocabularyStateCopyright © 2022. All rights reserved.