Interface UpdateBackendAuthPasswordPolicyConfig.Builder

    • Method Detail

      • additionalConstraintsWithStrings

        UpdateBackendAuthPasswordPolicyConfig.Builder additionalConstraintsWithStrings​(Collection<String> additionalConstraints)

        Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.

        Parameters:
        additionalConstraints - Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalConstraintsWithStrings

        UpdateBackendAuthPasswordPolicyConfig.Builder additionalConstraintsWithStrings​(String... additionalConstraints)

        Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.

        Parameters:
        additionalConstraints - Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalConstraints

        UpdateBackendAuthPasswordPolicyConfig.Builder additionalConstraints​(Collection<AdditionalConstraintsElement> additionalConstraints)

        Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.

        Parameters:
        additionalConstraints - Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalConstraints

        UpdateBackendAuthPasswordPolicyConfig.Builder additionalConstraints​(AdditionalConstraintsElement... additionalConstraints)

        Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.

        Parameters:
        additionalConstraints - Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minimumLength

        UpdateBackendAuthPasswordPolicyConfig.Builder minimumLength​(Double minimumLength)

        Describes the minimum length of the password required to sign in to the auth resource, configured as a part of your Amplify project.

        Parameters:
        minimumLength - Describes the minimum length of the password required to sign in to the auth resource, configured as a part of your Amplify project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.