@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 policy that you have set.
Cannot 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 - In the password policy you have set, refers to the number of days a temporary password is valid.
If the user does not sign-in during this time, their password will need to be reset by an administrator.
When you set
TemporaryPasswordValidityDaysfor a user pool, you will no longer be able to set the deprecatedUnusedAccountValidityDaysvalue for 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.