Interface RemediationRecommendation.Builder

    • Method Detail

      • text

        RemediationRecommendation.Builder text​(String text)

        The recommended course of action to remediate the finding.

        Parameters:
        text - The recommended course of action to remediate the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        RemediationRecommendation.Builder url​(String url)

        A link to more information about the recommended remediation for this vulnerability.

        Parameters:
        url - A link to more information about the recommended remediation for this vulnerability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.