| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.builder() |
UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.Builder.languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.Builder.languageCode(String languageCode)
The language code of the vocabulary entries.
|
UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary was updated.
|
UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.toBuilder() |
UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.Builder.vocabularyName(String vocabularyName)
The name of the vocabulary that was updated.
|
UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.Builder.vocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateVocabularyResponse.Builder> |
UpdateVocabularyResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.