Interface CapabilityIssue.Builder

  • Method Details

    • code

      A code identifying the type of issue. This can be used to programmatically handle specific issue types.

      Parameters:
      code - A code identifying the type of issue. This can be used to programmatically handle specific issue types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      A code identifying the type of issue. This can be used to programmatically handle specific issue types.

      Parameters:
      code - A code identifying the type of issue. This can be used to programmatically handle specific issue types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      CapabilityIssue.Builder message(String message)

      A human-readable message describing the issue and potential remediation steps.

      Parameters:
      message - A human-readable message describing the issue and potential remediation steps.
      Returns:
      Returns a reference to this object so that method calls can be chained together.