public static interface CfnUserPool.NumberAttributeConstraintsProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.cognito.*; NumberAttributeConstraintsProperty numberAttributeConstraintsProperty = NumberAttributeConstraintsProperty.builder() .maxValue("maxValue") .minValue("minValue") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnUserPool.NumberAttributeConstraintsProperty.Builder
A builder for
CfnUserPool.NumberAttributeConstraintsProperty |
static class |
CfnUserPool.NumberAttributeConstraintsProperty.Jsii$Proxy
An implementation for
CfnUserPool.NumberAttributeConstraintsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnUserPool.NumberAttributeConstraintsProperty.Builder |
builder() |
default java.lang.String |
getMaxValue()
The maximum value of an attribute that is of the number data type.
|
default java.lang.String |
getMinValue()
The minimum value of an attribute that is of the number data type.
|
default java.lang.String getMaxValue()
default java.lang.String getMinValue()
static CfnUserPool.NumberAttributeConstraintsProperty.Builder builder()