@Stability(value=Stable) public static final class CfnUserPool.NumberAttributeConstraintsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPool.NumberAttributeConstraintsProperty>
CfnUserPool.NumberAttributeConstraintsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserPool.NumberAttributeConstraintsProperty |
build()
Builds the configured instance.
|
CfnUserPool.NumberAttributeConstraintsProperty.Builder |
maxValue(String maxValue)
Sets the value of
CfnUserPool.NumberAttributeConstraintsProperty.getMaxValue() |
CfnUserPool.NumberAttributeConstraintsProperty.Builder |
minValue(String minValue)
Sets the value of
CfnUserPool.NumberAttributeConstraintsProperty.getMinValue() |
@Stability(value=Stable) public CfnUserPool.NumberAttributeConstraintsProperty.Builder maxValue(String maxValue)
CfnUserPool.NumberAttributeConstraintsProperty.getMaxValue()maxValue - The maximum value of an attribute that is of the number data type.this@Stability(value=Stable) public CfnUserPool.NumberAttributeConstraintsProperty.Builder minValue(String minValue)
CfnUserPool.NumberAttributeConstraintsProperty.getMinValue()minValue - The minimum value of an attribute that is of the number data type.this@Stability(value=Stable) public CfnUserPool.NumberAttributeConstraintsProperty build()
build in interface software.amazon.jsii.Builder<CfnUserPool.NumberAttributeConstraintsProperty>CfnUserPool.NumberAttributeConstraintsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.