Interface HealthIssue.Builder

  • Method Details

    • code

      The error code that identifies the type of health issue.

      Parameters:
      code - The error code that identifies the type of health issue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      The error code that identifies the type of health issue.

      Parameters:
      code - The error code that identifies the type of health issue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      HealthIssue.Builder message(String message)

      A human-readable message that describes the health issue.

      Parameters:
      message - A human-readable message that describes the health issue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.