Interface CreateBackendAuthPasswordPolicyConfig.Builder

    • Method Detail

      • 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

        CreateBackendAuthPasswordPolicyConfig.Builder additionalConstraints​(Collection<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.
      • 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

        CreateBackendAuthPasswordPolicyConfig.Builder minimumLength​(Double 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.