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