| 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 that represents the language of the entries in your vocabulary filter.
|
VocabularyFilterInfo.Builder |
VocabularyFilterInfo.Builder.languageCode(String languageCode)
The language code that represents the language of the entries in your vocabulary filter.
|
VocabularyFilterInfo.Builder |
VocabularyFilterInfo.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time the specified vocabulary filter was last modified.
|
VocabularyFilterInfo.Builder |
VocabularyFilterInfo.toBuilder() |
VocabularyFilterInfo.Builder |
VocabularyFilterInfo.Builder.vocabularyFilterName(String vocabularyFilterName)
A unique name, chosen by you, for your custom vocabulary filter.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VocabularyFilterInfo.Builder> |
VocabularyFilterInfo.serializableBuilderClass() |
Copyright © 2022. All rights reserved.