| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static GetVocabularyFilterResponse.Builder |
GetVocabularyFilterResponse.builder() |
GetVocabularyFilterResponse.Builder |
GetVocabularyFilterResponse.Builder.downloadUri(String downloadUri)
The Amazon S3 location where the custom vocabulary filter is stored; use this URI to view or download the
custom vocabulary filter.
|
GetVocabularyFilterResponse.Builder |
GetVocabularyFilterResponse.Builder.languageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary filter.
|
GetVocabularyFilterResponse.Builder |
GetVocabularyFilterResponse.Builder.languageCode(String languageCode)
The language code you selected for your custom vocabulary filter.
|
GetVocabularyFilterResponse.Builder |
GetVocabularyFilterResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time the specified custom vocabulary filter was last modified.
|
GetVocabularyFilterResponse.Builder |
GetVocabularyFilterResponse.toBuilder() |
GetVocabularyFilterResponse.Builder |
GetVocabularyFilterResponse.Builder.vocabularyFilterName(String vocabularyFilterName)
The name of the custom vocabulary filter you requested information about.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetVocabularyFilterResponse.Builder> |
GetVocabularyFilterResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.