@Stability(value=Stable) public static final class CfnUserPool.PoliciesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPool.PoliciesProperty>
CfnUserPool.PoliciesProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnUserPool.PoliciesProperty |
build()
Builds the configured instance.
|
CfnUserPool.PoliciesProperty.Builder |
passwordPolicy(CfnUserPool.PasswordPolicyProperty passwordPolicy)
Sets the value of
CfnUserPool.PoliciesProperty.getPasswordPolicy() |
CfnUserPool.PoliciesProperty.Builder |
passwordPolicy(IResolvable passwordPolicy)
Sets the value of
CfnUserPool.PoliciesProperty.getPasswordPolicy() |
@Stability(value=Stable) public CfnUserPool.PoliciesProperty.Builder passwordPolicy(CfnUserPool.PasswordPolicyProperty passwordPolicy)
CfnUserPool.PoliciesProperty.getPasswordPolicy()
passwordPolicy
- `CfnUserPool.PoliciesProperty.PasswordPolicy`.this
@Stability(value=Stable) public CfnUserPool.PoliciesProperty.Builder passwordPolicy(IResolvable passwordPolicy)
CfnUserPool.PoliciesProperty.getPasswordPolicy()
passwordPolicy
- `CfnUserPool.PoliciesProperty.PasswordPolicy`.this
@Stability(value=Stable) public CfnUserPool.PoliciesProperty build()
build
in interface software.amazon.jsii.Builder<CfnUserPool.PoliciesProperty>
CfnUserPool.PoliciesProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.