public static final class CfnUserPool.NumberAttributeConstraintsProperty.Builder
extends java.lang.Object
CfnUserPool.NumberAttributeConstraintsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnUserPool.NumberAttributeConstraintsProperty |
build()
Builds the configured instance.
|
CfnUserPool.NumberAttributeConstraintsProperty.Builder |
maxValue(java.lang.String maxValue)
Sets the value of
CfnUserPool.NumberAttributeConstraintsProperty.getMaxValue() |
CfnUserPool.NumberAttributeConstraintsProperty.Builder |
minValue(java.lang.String minValue)
Sets the value of
CfnUserPool.NumberAttributeConstraintsProperty.getMinValue() |
public CfnUserPool.NumberAttributeConstraintsProperty.Builder maxValue(java.lang.String maxValue)
CfnUserPool.NumberAttributeConstraintsProperty.getMaxValue()
maxValue
- The maximum value of an attribute that is of the number data type.this
public CfnUserPool.NumberAttributeConstraintsProperty.Builder minValue(java.lang.String minValue)
CfnUserPool.NumberAttributeConstraintsProperty.getMinValue()
minValue
- The minimum value of an attribute that is of the number data type.this
public CfnUserPool.NumberAttributeConstraintsProperty build()
CfnUserPool.NumberAttributeConstraintsProperty
java.lang.NullPointerException
- if any required attribute was not provided