Interface RemediationIssueDetails.Builder

  • Method Details

    • issueType

      The type of remediation issue.

      Parameters:
      issueType - The type of remediation issue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      A human-readable description of the remediation issue.

      Parameters:
      message - A human-readable description of the remediation issue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • correctiveAction

      RemediationIssueDetails.Builder correctiveAction(String correctiveAction)

      A recommended action for resolving the remediation issue.

      Parameters:
      correctiveAction - A recommended action for resolving the remediation issue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.