Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.SlotTypeConfiguration.Builder
-
Packages that use SlotTypeConfiguration.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of SlotTypeConfiguration.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return SlotTypeConfiguration.Builder Modifier and Type Method Description static SlotTypeConfiguration.BuilderSlotTypeConfiguration. builder()default SlotTypeConfiguration.BuilderSlotTypeConfiguration.Builder. regexConfiguration(Consumer<SlotTypeRegexConfiguration.Builder> regexConfiguration)A regular expression used to validate the value of a slot.SlotTypeConfiguration.BuilderSlotTypeConfiguration.Builder. regexConfiguration(SlotTypeRegexConfiguration regexConfiguration)A regular expression used to validate the value of a slot.SlotTypeConfiguration.BuilderSlotTypeConfiguration. toBuilder()Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type SlotTypeConfiguration.Builder Modifier and Type Method Description static Class<? extends SlotTypeConfiguration.Builder>SlotTypeConfiguration. serializableBuilderClass()
-