Interface CreateBackendAuthPasswordPolicyConfig.Builder

  • Method Details

    • additionalConstraintsWithStrings

      CreateBackendAuthPasswordPolicyConfig.Builder additionalConstraintsWithStrings(Collection<String> additionalConstraints)

      Additional constraints for the password used to access the backend of your Amplify project.

      Parameters:
      additionalConstraints - Additional constraints for the password used to access the backend of your Amplify project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • additionalConstraintsWithStrings

      CreateBackendAuthPasswordPolicyConfig.Builder additionalConstraintsWithStrings(String... additionalConstraints)

      Additional constraints for the password used to access the backend of your Amplify project.

      Parameters:
      additionalConstraints - Additional constraints for the password used to access the backend of your Amplify project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • additionalConstraints

      Additional constraints for the password used to access the backend of your Amplify project.

      Parameters:
      additionalConstraints - Additional constraints for the password used to access the backend of your Amplify project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • additionalConstraints

      CreateBackendAuthPasswordPolicyConfig.Builder additionalConstraints(AdditionalConstraintsElement... additionalConstraints)

      Additional constraints for the password used to access the backend of your Amplify project.

      Parameters:
      additionalConstraints - Additional constraints for the password used to access the backend of your Amplify project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minimumLength

      The minimum length of the password used to access the backend of your Amplify project.

      Parameters:
      minimumLength - The minimum length of the password used to access the backend of your Amplify project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.