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