public static interface CreateVocabularyResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<CreateVocabularyResponse.Builder,CreateVocabularyResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateVocabularyResponse.Builder |
failureReason(String failureReason)
If
VocabularyState is FAILED, FailureReason contains information about
why the custom vocabulary request failed. |
CreateVocabularyResponse.Builder |
languageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary.
|
CreateVocabularyResponse.Builder |
languageCode(String languageCode)
The language code you selected for your custom vocabulary.
|
CreateVocabularyResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time you created your custom vocabulary.
|
CreateVocabularyResponse.Builder |
vocabularyName(String vocabularyName)
The name you chose for your custom vocabulary.
|
CreateVocabularyResponse.Builder |
vocabularyState(String vocabularyState)
The processing state of your custom vocabulary.
|
CreateVocabularyResponse.Builder |
vocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVocabularyResponse.Builder vocabularyName(String vocabularyName)
The name you chose for your custom vocabulary.
vocabularyName - The name you chose for your custom vocabulary.CreateVocabularyResponse.Builder languageCode(String languageCode)
The language code you selected for your custom vocabulary.
languageCode - The language code you selected for your custom vocabulary.LanguageCode,
LanguageCodeCreateVocabularyResponse.Builder languageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary.
languageCode - The language code you selected for your custom vocabulary.LanguageCode,
LanguageCodeCreateVocabularyResponse.Builder vocabularyState(String vocabularyState)
The processing state of your custom vocabulary. If the state is READY, you can use the custom
vocabulary in a StartTranscriptionJob request.
vocabularyState - The processing state of your custom vocabulary. If the state is READY, you can use the
custom vocabulary in a StartTranscriptionJob request.VocabularyState,
VocabularyStateCreateVocabularyResponse.Builder vocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary. If the state is READY, you can use the custom
vocabulary in a StartTranscriptionJob request.
vocabularyState - The processing state of your custom vocabulary. If the state is READY, you can use the
custom vocabulary in a StartTranscriptionJob request.VocabularyState,
VocabularyStateCreateVocabularyResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time you created your custom vocabulary.
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 you created your custom vocabulary.
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.
CreateVocabularyResponse.Builder failureReason(String failureReason)
If VocabularyState is FAILED, FailureReason contains information about
why the custom vocabulary request failed. See also: Common Errors.
failureReason - If VocabularyState is FAILED, FailureReason contains
information about why the custom vocabulary request failed. See also: Common Errors.Copyright © 2022. All rights reserved.