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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateVocabularyResponse.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
,
LanguageCode
UpdateVocabularyResponse.Builder languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
languageCode
- The language code of the vocabulary entries.LanguageCode
,
LanguageCode
UpdateVocabularyResponse.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
,
VocabularyState
UpdateVocabularyResponse.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
,
VocabularyState
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.