| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static VocabularyFilterInfo.Builder |
VocabularyFilterInfo.builder() |
VocabularyFilterInfo.Builder |
VocabularyFilterInfo.Builder.languageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
|
VocabularyFilterInfo.Builder |
VocabularyFilterInfo.Builder.languageCode(String languageCode)
The language code of the words in the vocabulary filter.
|
VocabularyFilterInfo.Builder |
VocabularyFilterInfo.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary was last updated.
|
VocabularyFilterInfo.Builder |
VocabularyFilterInfo.toBuilder() |
VocabularyFilterInfo.Builder |
VocabularyFilterInfo.Builder.vocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VocabularyFilterInfo.Builder> |
VocabularyFilterInfo.serializableBuilderClass() |
Copyright © 2020. All rights reserved.