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 the
VocabularyState field is FAILED, this field contains information about why
the job failed. |
CreateVocabularyResponse.Builder |
languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
CreateVocabularyResponse.Builder |
languageCode(String languageCode)
The language code of the vocabulary entries.
|
CreateVocabularyResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary was created.
|
CreateVocabularyResponse.Builder |
vocabularyName(String vocabularyName)
The name of the vocabulary.
|
CreateVocabularyResponse.Builder |
vocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
CreateVocabularyResponse.Builder |
vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateVocabularyResponse.Builder vocabularyName(String vocabularyName)
The name of the vocabulary.
vocabularyName - The name of the vocabulary.CreateVocabularyResponse.Builder languageCode(String languageCode)
The language code of the vocabulary entries.
languageCode - The language code of the vocabulary entries.LanguageCode,
LanguageCodeCreateVocabularyResponse.Builder languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
languageCode - The language code of the vocabulary entries.LanguageCode,
LanguageCodeCreateVocabularyResponse.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,
VocabularyStateCreateVocabularyResponse.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,
VocabularyStateCreateVocabularyResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary was created.
lastModifiedTime - The date and time that the vocabulary was created.CreateVocabularyResponse.Builder failureReason(String failureReason)
If the VocabularyState field is FAILED, this field contains information about why
the job failed.
failureReason - If the VocabularyState field is FAILED, this field contains information
about why the job failed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.