Uses of Interface
software.amazon.awssdk.services.transcribe.model.VocabularyInfo.Builder
-
Packages that use VocabularyInfo.Builder Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of VocabularyInfo.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return VocabularyInfo.Builder Modifier and Type Method Description static VocabularyInfo.BuilderVocabularyInfo. builder()VocabularyInfo.BuilderVocabularyInfo.Builder. languageCode(String languageCode)The language code used to create your custom vocabulary.VocabularyInfo.BuilderVocabularyInfo.Builder. languageCode(LanguageCode languageCode)The language code used to create your custom vocabulary.VocabularyInfo.BuilderVocabularyInfo.Builder. lastModifiedTime(Instant lastModifiedTime)The date and time the specified custom vocabulary was last modified.VocabularyInfo.BuilderVocabularyInfo. toBuilder()VocabularyInfo.BuilderVocabularyInfo.Builder. vocabularyName(String vocabularyName)A unique name, chosen by you, for your custom vocabulary.VocabularyInfo.BuilderVocabularyInfo.Builder. vocabularyState(String vocabularyState)The processing state of your custom vocabulary.VocabularyInfo.BuilderVocabularyInfo.Builder. vocabularyState(VocabularyState vocabularyState)The processing state of your custom vocabulary.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type VocabularyInfo.Builder Modifier and Type Method Description static Class<? extends VocabularyInfo.Builder>VocabularyInfo. serializableBuilderClass()
-