public static interface GetVocabularyResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<GetVocabularyResponse.Builder,GetVocabularyResponse>
Modifier and Type | Method and Description |
---|---|
GetVocabularyResponse.Builder |
downloadUri(String downloadUri)
The S3 location where the vocabulary is stored.
|
GetVocabularyResponse.Builder |
failureReason(String failureReason)
If the
VocabularyState field is FAILED , this field contains information about why
the job failed. |
GetVocabularyResponse.Builder |
languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
GetVocabularyResponse.Builder |
languageCode(String languageCode)
The language code of the vocabulary entries.
|
GetVocabularyResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary was last modified.
|
GetVocabularyResponse.Builder |
vocabularyName(String vocabularyName)
The name of the vocabulary to return.
|
GetVocabularyResponse.Builder |
vocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
GetVocabularyResponse.Builder |
vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetVocabularyResponse.Builder vocabularyName(String vocabularyName)
The name of the vocabulary to return.
vocabularyName
- The name of the vocabulary to return.GetVocabularyResponse.Builder languageCode(String languageCode)
The language code of the vocabulary entries.
languageCode
- The language code of the vocabulary entries.LanguageCode
,
LanguageCode
GetVocabularyResponse.Builder languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
languageCode
- The language code of the vocabulary entries.LanguageCode
,
LanguageCode
GetVocabularyResponse.Builder vocabularyState(String vocabularyState)
The processing state of the vocabulary.
vocabularyState
- The processing state of the vocabulary.VocabularyState
,
VocabularyState
GetVocabularyResponse.Builder vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
vocabularyState
- The processing state of the vocabulary.VocabularyState
,
VocabularyState
GetVocabularyResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary was last modified.
lastModifiedTime
- The date and time that the vocabulary was last modified.GetVocabularyResponse.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.GetVocabularyResponse.Builder downloadUri(String downloadUri)
The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
downloadUri
- The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary.
The URI is available for a limited time.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.