Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.StringAttributeConstraintsType.Builder
-
Packages that use StringAttributeConstraintsType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of StringAttributeConstraintsType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return StringAttributeConstraintsType.Builder Modifier and Type Method Description static StringAttributeConstraintsType.BuilderStringAttributeConstraintsType. builder()StringAttributeConstraintsType.BuilderStringAttributeConstraintsType.Builder. maxLength(String maxLength)The maximum length of a string attribute value.StringAttributeConstraintsType.BuilderStringAttributeConstraintsType.Builder. minLength(String minLength)The minimum length of a string attribute value.StringAttributeConstraintsType.BuilderStringAttributeConstraintsType. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type StringAttributeConstraintsType.Builder Modifier and Type Method Description static Class<? extends StringAttributeConstraintsType.Builder>StringAttributeConstraintsType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type StringAttributeConstraintsType.Builder Modifier and Type Method Description default SchemaAttributeType.BuilderSchemaAttributeType.Builder. stringAttributeConstraints(Consumer<StringAttributeConstraintsType.Builder> stringAttributeConstraints)Specifies the constraints for an attribute of the string type.
-