public static interface VocabularyInfo.Builder extends SdkPojo, CopyableBuilder<VocabularyInfo.Builder,VocabularyInfo>
Modifier and Type | Method and Description |
---|---|
VocabularyInfo.Builder |
languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
VocabularyInfo.Builder |
languageCode(String languageCode)
The language code of the vocabulary entries.
|
VocabularyInfo.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary was last modified.
|
VocabularyInfo.Builder |
vocabularyName(String vocabularyName)
The name of the vocabulary.
|
VocabularyInfo.Builder |
vocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
VocabularyInfo.Builder |
vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
copy
applyMutation, build
VocabularyInfo.Builder vocabularyName(String vocabularyName)
The name of the vocabulary.
vocabularyName
- The name of the vocabulary.VocabularyInfo.Builder languageCode(String languageCode)
The language code of the vocabulary entries.
languageCode
- The language code of the vocabulary entries.LanguageCode
,
LanguageCode
VocabularyInfo.Builder languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
languageCode
- The language code of the vocabulary entries.LanguageCode
,
LanguageCode
VocabularyInfo.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.VocabularyInfo.Builder vocabularyState(String vocabularyState)
The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a
StartTranscriptionJob
request.
vocabularyState
- The processing state of the vocabulary. If the state is READY
you can use the vocabulary
in a StartTranscriptionJob
request.VocabularyState
,
VocabularyState
VocabularyInfo.Builder vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a
StartTranscriptionJob
request.
vocabularyState
- The processing state of the vocabulary. If the state is READY
you can use the vocabulary
in a StartTranscriptionJob
request.VocabularyState
,
VocabularyState
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.