public static interface GetMedicalVocabularyResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<GetMedicalVocabularyResponse.Builder,GetMedicalVocabularyResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMedicalVocabularyResponse.Builder |
downloadUri(String downloadUri)
The S3 location where the specified medical vocabulary is stored; use this URI to view or download the
vocabulary.
|
GetMedicalVocabularyResponse.Builder |
failureReason(String failureReason)
If
VocabularyState is FAILED, FailureReason contains information about
why the medical vocabulary request failed. |
GetMedicalVocabularyResponse.Builder |
languageCode(LanguageCode languageCode)
The language code you selected for your medical vocabulary.
|
GetMedicalVocabularyResponse.Builder |
languageCode(String languageCode)
The language code you selected for your medical vocabulary.
|
GetMedicalVocabularyResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time the specified custom medical vocabulary was last modified.
|
GetMedicalVocabularyResponse.Builder |
vocabularyName(String vocabularyName)
The name of the custom medical vocabulary you requested information about.
|
GetMedicalVocabularyResponse.Builder |
vocabularyState(String vocabularyState)
The processing state of your custom medical vocabulary.
|
GetMedicalVocabularyResponse.Builder |
vocabularyState(VocabularyState vocabularyState)
The processing state of your custom medical vocabulary.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMedicalVocabularyResponse.Builder vocabularyName(String vocabularyName)
The name of the custom medical vocabulary you requested information about.
vocabularyName - The name of the custom medical vocabulary you requested information about.GetMedicalVocabularyResponse.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,
LanguageCodeGetMedicalVocabularyResponse.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,
LanguageCodeGetMedicalVocabularyResponse.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,
VocabularyStateGetMedicalVocabularyResponse.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,
VocabularyStateGetMedicalVocabularyResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time the specified custom medical vocabulary was last modified.
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 modified.
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.
GetMedicalVocabularyResponse.Builder failureReason(String failureReason)
If VocabularyState is FAILED, FailureReason contains information about
why the medical vocabulary request failed. See also: Common Errors.
failureReason - If VocabularyState is FAILED, FailureReason contains
information about why the medical vocabulary request failed. See also: Common Errors.GetMedicalVocabularyResponse.Builder downloadUri(String downloadUri)
The S3 location where the specified medical vocabulary is stored; use this URI to view or download the vocabulary.
downloadUri - The S3 location where the specified medical vocabulary is stored; use this URI to view or download the
vocabulary.Copyright © 2022. All rights reserved.