Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.SlotTypeValue.Builder
-
Packages that use SlotTypeValue.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotTypeValue.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return SlotTypeValue.Builder Modifier and Type Method Description static SlotTypeValue.BuilderSlotTypeValue. builder()default SlotTypeValue.BuilderSlotTypeValue.Builder. sampleValue(Consumer<SampleValue.Builder> sampleValue)The value of the slot type entry.SlotTypeValue.BuilderSlotTypeValue.Builder. sampleValue(SampleValue sampleValue)The value of the slot type entry.SlotTypeValue.BuilderSlotTypeValue.Builder. synonyms(Collection<SampleValue> synonyms)Additional values related to the slot type entry.SlotTypeValue.BuilderSlotTypeValue.Builder. synonyms(Consumer<SampleValue.Builder>... synonyms)Additional values related to the slot type entry.SlotTypeValue.BuilderSlotTypeValue.Builder. synonyms(SampleValue... synonyms)Additional values related to the slot type entry.SlotTypeValue.BuilderSlotTypeValue. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SlotTypeValue.Builder Modifier and Type Method Description static Class<? extends SlotTypeValue.Builder>SlotTypeValue. serializableBuilderClass()
-