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