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 you selected for your custom vocabulary.
|
UpdateVocabularyResponse.Builder |
languageCode(String languageCode)
The language code you selected for your custom vocabulary.
|
UpdateVocabularyResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time the specified vocabulary was last updated.
|
UpdateVocabularyResponse.Builder |
vocabularyName(String vocabularyName)
The name of the updated custom vocabulary.
|
UpdateVocabularyResponse.Builder |
vocabularyState(String vocabularyState)
The processing state of your custom vocabulary.
|
UpdateVocabularyResponse.Builder |
vocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVocabularyResponse.Builder vocabularyName(String vocabularyName)
The name of the updated custom vocabulary.
vocabularyName - The name of the updated custom vocabulary.UpdateVocabularyResponse.Builder languageCode(String languageCode)
The language code you selected for your custom vocabulary.
languageCode - The language code you selected for your custom vocabulary.LanguageCode,
LanguageCodeUpdateVocabularyResponse.Builder languageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary.
languageCode - The language code you selected for your custom vocabulary.LanguageCode,
LanguageCodeUpdateVocabularyResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time the specified vocabulary was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
lastModifiedTime - The date and time the specified vocabulary was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
UpdateVocabularyResponse.Builder vocabularyState(String vocabularyState)
The processing state of your custom vocabulary. If the state is READY, you can use the
vocabulary in a StartTranscriptionJob request.
vocabularyState - The processing state of your custom vocabulary. If the state is READY, you can use the
vocabulary in a StartTranscriptionJob request.VocabularyState,
VocabularyStateUpdateVocabularyResponse.Builder vocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary. If the state is READY, you can use the
vocabulary in a StartTranscriptionJob request.
vocabularyState - The processing state of your custom vocabulary. If the state is READY, you can use the
vocabulary in a StartTranscriptionJob request.VocabularyState,
VocabularyStateCopyright © 2022. All rights reserved.