Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.NewCustomVocabularyItem.Builder
-
Packages that use NewCustomVocabularyItem.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of NewCustomVocabularyItem.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return NewCustomVocabularyItem.Builder Modifier and Type Method Description static NewCustomVocabularyItem.BuilderNewCustomVocabularyItem. builder()NewCustomVocabularyItem.BuilderNewCustomVocabularyItem.Builder. displayAs(String displayAs)The display as value assigned to the new custom vocabulary item from the custom vocabulary list.NewCustomVocabularyItem.BuilderNewCustomVocabularyItem.Builder. phrase(String phrase)The unique phrase for the new custom vocabulary item from the custom vocabulary list.NewCustomVocabularyItem.BuilderNewCustomVocabularyItem. toBuilder()NewCustomVocabularyItem.BuilderNewCustomVocabularyItem.Builder. weight(Integer weight)The weight assigned to the new custom vocabulary item from the custom vocabulary list.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type NewCustomVocabularyItem.Builder Modifier and Type Method Description static Class<? extends NewCustomVocabularyItem.Builder>NewCustomVocabularyItem. serializableBuilderClass()
-