@Stability(value=Stable) public static final class CfnUserPool.StringAttributeConstraintsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPool.StringAttributeConstraintsProperty>
CfnUserPool.StringAttributeConstraintsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserPool.StringAttributeConstraintsProperty |
build()
Builds the configured instance.
|
CfnUserPool.StringAttributeConstraintsProperty.Builder |
maxLength(String maxLength)
Sets the value of
CfnUserPool.StringAttributeConstraintsProperty.getMaxLength() |
CfnUserPool.StringAttributeConstraintsProperty.Builder |
minLength(String minLength)
Sets the value of
CfnUserPool.StringAttributeConstraintsProperty.getMinLength() |
@Stability(value=Stable) public CfnUserPool.StringAttributeConstraintsProperty.Builder maxLength(String maxLength)
CfnUserPool.StringAttributeConstraintsProperty.getMaxLength()maxLength - The maximum length.this@Stability(value=Stable) public CfnUserPool.StringAttributeConstraintsProperty.Builder minLength(String minLength)
CfnUserPool.StringAttributeConstraintsProperty.getMinLength()minLength - The minimum length.this@Stability(value=Stable) public CfnUserPool.StringAttributeConstraintsProperty build()
build in interface software.amazon.jsii.Builder<CfnUserPool.StringAttributeConstraintsProperty>CfnUserPool.StringAttributeConstraintsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.