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