| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static GetVocabularyResponse.Builder |
GetVocabularyResponse.builder() |
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.downloadUri(String downloadUri)
The S3 location where the vocabulary is stored.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.failureReason(String failureReason)
If the
VocabularyState field is FAILED, this field contains information about why
the job failed. |
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.languageCode(String languageCode)
The language code of the vocabulary entries.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary was last modified.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.toBuilder() |
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.vocabularyName(String vocabularyName)
The name of the vocabulary to return.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.vocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetVocabularyResponse.Builder> |
GetVocabularyResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.