Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.TextValidation.Builder
-
Packages that use TextValidation.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of TextValidation.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return TextValidation.Builder Modifier and Type Method Description static TextValidation.BuilderTextValidation. builder()TextValidation.BuilderTextValidation.Builder. maxLength(Integer maxLength)The maximum number of characters for the text field.TextValidation.BuilderTextValidation.Builder. minLength(Integer minLength)The minimum number of characters for the text field.TextValidation.BuilderTextValidation.Builder. pattern(String pattern)The regular expression used to validate the text field.TextValidation.BuilderTextValidation. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type TextValidation.Builder Modifier and Type Method Description static Class<? extends TextValidation.Builder>TextValidation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type TextValidation.Builder Modifier and Type Method Description default RegistrationFieldDefinition.BuilderRegistrationFieldDefinition.Builder. textValidation(Consumer<TextValidation.Builder> textValidation)The validation rules for a text field.
-