@Stability(value=Stable) public static final class CfnUserPool.PasswordPolicyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPool.PasswordPolicyProperty>
CfnUserPool.PasswordPolicyProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnUserPool.PasswordPolicyProperty.Builder minimumLength(Number minimumLength)
CfnUserPool.PasswordPolicyProperty.getMinimumLength()minimumLength - The minimum length of the password in the policy that you have set.
This value can't be less than 6.this@Stability(value=Stable) public CfnUserPool.PasswordPolicyProperty.Builder requireLowercase(Boolean requireLowercase)
CfnUserPool.PasswordPolicyProperty.getRequireLowercase()requireLowercase - In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.this@Stability(value=Stable) public CfnUserPool.PasswordPolicyProperty.Builder requireLowercase(IResolvable requireLowercase)
CfnUserPool.PasswordPolicyProperty.getRequireLowercase()requireLowercase - In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.this@Stability(value=Stable) public CfnUserPool.PasswordPolicyProperty.Builder requireNumbers(Boolean requireNumbers)
CfnUserPool.PasswordPolicyProperty.getRequireNumbers()requireNumbers - In the password policy that you have set, refers to whether you have required users to use at least one number in their password.this@Stability(value=Stable) public CfnUserPool.PasswordPolicyProperty.Builder requireNumbers(IResolvable requireNumbers)
CfnUserPool.PasswordPolicyProperty.getRequireNumbers()requireNumbers - In the password policy that you have set, refers to whether you have required users to use at least one number in their password.this@Stability(value=Stable) public CfnUserPool.PasswordPolicyProperty.Builder requireSymbols(Boolean requireSymbols)
CfnUserPool.PasswordPolicyProperty.getRequireSymbols()requireSymbols - In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.this@Stability(value=Stable) public CfnUserPool.PasswordPolicyProperty.Builder requireSymbols(IResolvable requireSymbols)
CfnUserPool.PasswordPolicyProperty.getRequireSymbols()requireSymbols - In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.this@Stability(value=Stable) public CfnUserPool.PasswordPolicyProperty.Builder requireUppercase(Boolean requireUppercase)
CfnUserPool.PasswordPolicyProperty.getRequireUppercase()requireUppercase - In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.this@Stability(value=Stable) public CfnUserPool.PasswordPolicyProperty.Builder requireUppercase(IResolvable requireUppercase)
CfnUserPool.PasswordPolicyProperty.getRequireUppercase()requireUppercase - In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.this@Stability(value=Stable) public CfnUserPool.PasswordPolicyProperty.Builder temporaryPasswordValidityDays(Number temporaryPasswordValidityDays)
CfnUserPool.PasswordPolicyProperty.getTemporaryPasswordValidityDays()temporaryPasswordValidityDays - The number of days a temporary password is valid in the password policy.
If the user doesn't sign in during this time, an administrator must reset their password.
When you set
TemporaryPasswordValidityDaysfor a user pool, you can no longer set a value for the legacyUnusedAccountValidityDaysparameter in that user pool.
this@Stability(value=Stable) public CfnUserPool.PasswordPolicyProperty build()
build in interface software.amazon.jsii.Builder<CfnUserPool.PasswordPolicyProperty>CfnUserPool.PasswordPolicyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.