public static interface UpdateVocabularyResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<UpdateVocabularyResponse.Builder,UpdateVocabularyResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateVocabularyResponse.Builder |
languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
UpdateVocabularyResponse.Builder |
languageCode(String languageCode)
The language code of the vocabulary entries.
|
UpdateVocabularyResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary was updated.
|
UpdateVocabularyResponse.Builder |
vocabularyName(String vocabularyName)
The name of the vocabulary that was updated.
|
UpdateVocabularyResponse.Builder |
vocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
UpdateVocabularyResponse.Builder |
vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildUpdateVocabularyResponse.Builder vocabularyName(String vocabularyName)
The name of the vocabulary that was updated.
vocabularyName - The name of the vocabulary that was updated.UpdateVocabularyResponse.Builder languageCode(String languageCode)
The language code of the vocabulary entries.
languageCode - The language code of the vocabulary entries.LanguageCode,
LanguageCodeUpdateVocabularyResponse.Builder languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
languageCode - The language code of the vocabulary entries.LanguageCode,
LanguageCodeUpdateVocabularyResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary was updated.
lastModifiedTime - The date and time that the vocabulary was updated.UpdateVocabularyResponse.Builder vocabularyState(String vocabularyState)
The processing state of the vocabulary. When the VocabularyState field contains
READY the vocabulary is ready to be used in a StartTranscriptionJob request.
vocabularyState - The processing state of the vocabulary. When the VocabularyState field contains
READY the vocabulary is ready to be used in a StartTranscriptionJob request.VocabularyState,
VocabularyStateUpdateVocabularyResponse.Builder vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary. When the VocabularyState field contains
READY the vocabulary is ready to be used in a StartTranscriptionJob request.
vocabularyState - The processing state of the vocabulary. When the VocabularyState field contains
READY the vocabulary is ready to be used in a StartTranscriptionJob request.VocabularyState,
VocabularyStateCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.