public static interface CfnUserPool.StringAttributeConstraintsProperty
StringAttributeConstraints
is a subproperty of the SchemaAttribute property type.
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.*; StringAttributeConstraintsProperty stringAttributeConstraintsProperty = StringAttributeConstraintsProperty.builder() .maxLength("maxLength") .minLength("minLength") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnUserPool.StringAttributeConstraintsProperty.Builder
A builder for
CfnUserPool.StringAttributeConstraintsProperty |
static class |
CfnUserPool.StringAttributeConstraintsProperty.Jsii$Proxy
An implementation for
CfnUserPool.StringAttributeConstraintsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnUserPool.StringAttributeConstraintsProperty.Builder |
builder() |
default java.lang.String |
getMaxLength()
The maximum length.
|
default java.lang.String |
getMinLength()
The minimum length.
|
default java.lang.String getMaxLength()
default java.lang.String getMinLength()
static CfnUserPool.StringAttributeConstraintsProperty.Builder builder()