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