| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMedicalVocabularyResponse.Builder |
UpdateMedicalVocabularyResponse.builder() |
UpdateMedicalVocabularyResponse.Builder |
UpdateMedicalVocabularyResponse.Builder.languageCode(LanguageCode languageCode)
The language code for the language of the text file used to update the custom vocabulary.
|
UpdateMedicalVocabularyResponse.Builder |
UpdateMedicalVocabularyResponse.Builder.languageCode(String languageCode)
The language code for the language of the text file used to update the custom vocabulary.
|
UpdateMedicalVocabularyResponse.Builder |
UpdateMedicalVocabularyResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary was updated.
|
UpdateMedicalVocabularyResponse.Builder |
UpdateMedicalVocabularyResponse.toBuilder() |
UpdateMedicalVocabularyResponse.Builder |
UpdateMedicalVocabularyResponse.Builder.vocabularyName(String vocabularyName)
The name of the updated vocabulary.
|
UpdateMedicalVocabularyResponse.Builder |
UpdateMedicalVocabularyResponse.Builder.vocabularyState(String vocabularyState)
The processing state of the update to the vocabulary.
|
UpdateMedicalVocabularyResponse.Builder |
UpdateMedicalVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of the update to the vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateMedicalVocabularyResponse.Builder> |
UpdateMedicalVocabularyResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.