public static interface PasswordPolicyType.Builder extends SdkPojo, CopyableBuilder<PasswordPolicyType.Builder,PasswordPolicyType>
| Modifier and Type | Method and Description |
|---|---|
PasswordPolicyType.Builder |
minimumLength(Integer minimumLength)
The minimum length of the password policy that you have set.
|
PasswordPolicyType.Builder |
requireLowercase(Boolean 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.
|
PasswordPolicyType.Builder |
requireNumbers(Boolean 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.
|
PasswordPolicyType.Builder |
requireSymbols(Boolean 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.
|
PasswordPolicyType.Builder |
requireUppercase(Boolean 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.
|
PasswordPolicyType.Builder |
temporaryPasswordValidityDays(Integer temporaryPasswordValidityDays)
In the password policy you have set, refers to the number of days a temporary password is valid.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPasswordPolicyType.Builder minimumLength(Integer minimumLength)
The minimum length of the password policy that you have set. Cannot be less than 6.
minimumLength - The minimum length of the password policy that you have set. Cannot be less than 6.PasswordPolicyType.Builder requireUppercase(Boolean 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.
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.PasswordPolicyType.Builder requireLowercase(Boolean 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.
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.PasswordPolicyType.Builder requireNumbers(Boolean 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.
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.PasswordPolicyType.Builder requireSymbols(Boolean 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.
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.PasswordPolicyType.Builder temporaryPasswordValidityDays(Integer 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 TemporaryPasswordValidityDays for a user pool, you will no longer be able to set
the deprecated UnusedAccountValidityDays value for that user pool.
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 TemporaryPasswordValidityDays for a user pool, you will no longer be able to
set the deprecated UnusedAccountValidityDays value for that user pool.
Copyright © 2021. All rights reserved.