| 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 you selected for your custom vocabulary.
|
UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.Builder.languageCode(String languageCode)
The language code you selected for your custom vocabulary.
|
UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time the specified custom vocabulary was last updated.
|
UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.toBuilder() |
UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.Builder.vocabularyName(String vocabularyName)
The name of the updated custom vocabulary.
|
UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.Builder.vocabularyState(String vocabularyState)
The processing state of your custom vocabulary.
|
UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateVocabularyResponse.Builder> |
UpdateVocabularyResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.