| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static GetVocabularyResponse.Builder |
GetVocabularyResponse.builder() |
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.downloadUri(String downloadUri)
The S3 location where the vocabulary is stored; use this URI to view or download the vocabulary.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.failureReason(String failureReason)
If
VocabularyState is FAILED, FailureReason contains information about
why the vocabulary request failed. |
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.languageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.languageCode(String languageCode)
The language code you selected for your custom vocabulary.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time the specified vocabulary was last modified.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.toBuilder() |
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.vocabularyName(String vocabularyName)
The name of the custom vocabulary you requested information about.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.vocabularyState(String vocabularyState)
The processing state of your custom vocabulary.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetVocabularyResponse.Builder> |
GetVocabularyResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.