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 in the 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)
The number of days a temporary password is valid in the password policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPasswordPolicyType.Builder minimumLength(Integer minimumLength)
The minimum length of the password in the policy that you have set. This value can't be less than 6.
minimumLength - The minimum length of the password in the policy that you have set. This value can't 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)
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 TemporaryPasswordValidityDays for a user pool, you can no longer set the deprecated
UnusedAccountValidityDays value for that user pool.
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 TemporaryPasswordValidityDays for a user pool, you can no longer set the
deprecated UnusedAccountValidityDays value for that user pool.
Copyright © 2022. All rights reserved.