Interface CreateBackendAuthPasswordPolicyConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CreateBackendAuthPasswordPolicyConfig.Builder,CreateBackendAuthPasswordPolicyConfig>, SdkBuilder<CreateBackendAuthPasswordPolicyConfig.Builder,CreateBackendAuthPasswordPolicyConfig>, SdkPojo
Enclosing class:
CreateBackendAuthPasswordPolicyConfig

public static interface CreateBackendAuthPasswordPolicyConfig.Builder extends SdkPojo, CopyableBuilder<CreateBackendAuthPasswordPolicyConfig.Builder,CreateBackendAuthPasswordPolicyConfig>
  • 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.