| 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 you selected for your medical vocabulary.
|
UpdateMedicalVocabularyResponse.Builder |
UpdateMedicalVocabularyResponse.Builder.languageCode(String languageCode)
The language code you selected for your medical vocabulary.
|
UpdateMedicalVocabularyResponse.Builder |
UpdateMedicalVocabularyResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time the specified custom medical vocabulary was last updated.
|
UpdateMedicalVocabularyResponse.Builder |
UpdateMedicalVocabularyResponse.toBuilder() |
UpdateMedicalVocabularyResponse.Builder |
UpdateMedicalVocabularyResponse.Builder.vocabularyName(String vocabularyName)
The name of the updated custom medical vocabulary.
|
UpdateMedicalVocabularyResponse.Builder |
UpdateMedicalVocabularyResponse.Builder.vocabularyState(String vocabularyState)
The processing state of your custom medical vocabulary.
|
UpdateMedicalVocabularyResponse.Builder |
UpdateMedicalVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of your custom medical vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateMedicalVocabularyResponse.Builder> |
UpdateMedicalVocabularyResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.