| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.builder() |
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.downloadUri(String downloadUri)
The S3 location where the specified custom medical vocabulary is stored; use this URI to view or download the
custom vocabulary.
|
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.failureReason(String failureReason)
If
VocabularyState is FAILED, FailureReason contains information about
why the custom medical vocabulary request failed. |
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.languageCode(LanguageCode languageCode)
The language code you selected for your custom medical vocabulary.
|
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.languageCode(String languageCode)
The language code you selected for your custom medical vocabulary.
|
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time the specified custom medical vocabulary was last modified.
|
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.toBuilder() |
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.vocabularyName(String vocabularyName)
The name of the custom medical vocabulary you requested information about.
|
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.vocabularyState(String vocabularyState)
The processing state of your custom medical vocabulary.
|
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of your custom medical vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMedicalVocabularyResponse.Builder> |
GetMedicalVocabularyResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.