public static interface CreateBackendAuthPasswordPolicyConfig.Builder extends SdkPojo, CopyableBuilder<CreateBackendAuthPasswordPolicyConfig.Builder,CreateBackendAuthPasswordPolicyConfig>
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthPasswordPolicyConfig.Builder |
additionalConstraints(AdditionalConstraintsElement... additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
|
CreateBackendAuthPasswordPolicyConfig.Builder |
additionalConstraints(Collection<AdditionalConstraintsElement> additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
|
CreateBackendAuthPasswordPolicyConfig.Builder |
additionalConstraintsWithStrings(Collection<String> additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
|
CreateBackendAuthPasswordPolicyConfig.Builder |
additionalConstraintsWithStrings(String... additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
|
CreateBackendAuthPasswordPolicyConfig.Builder |
minimumLength(Double minimumLength)
The minimum length of the password used to access the backend of your Amplify project.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBackendAuthPasswordPolicyConfig.Builder additionalConstraintsWithStrings(Collection<String> additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
additionalConstraints - Additional constraints for the password used to access the backend of your Amplify project.CreateBackendAuthPasswordPolicyConfig.Builder additionalConstraintsWithStrings(String... additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
additionalConstraints - Additional constraints for the password used to access the backend of your Amplify project.CreateBackendAuthPasswordPolicyConfig.Builder additionalConstraints(Collection<AdditionalConstraintsElement> additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
additionalConstraints - Additional constraints for the password used to access the backend of your Amplify project.CreateBackendAuthPasswordPolicyConfig.Builder additionalConstraints(AdditionalConstraintsElement... additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
additionalConstraints - Additional constraints for the password used to access the backend of your Amplify project.CreateBackendAuthPasswordPolicyConfig.Builder minimumLength(Double minimumLength)
The minimum length of the password used to access the backend of your Amplify project.
minimumLength - The minimum length of the password used to access the backend of your Amplify project.Copyright © 2023. All rights reserved.