Interface Recommendation.Builder

    • Method Detail

      • text

        Recommendation.Builder text​(String text)

        Describes the recommended steps to take to remediate an issue identified in a finding.

        Length Constraints: Minimum of 1 length. Maximum of 512 length.

        Parameters:
        text - Describes the recommended steps to take to remediate an issue identified in a finding.

        Length Constraints: Minimum of 1 length. Maximum of 512 length.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        Recommendation.Builder url​(String url)

        A URL to a page or site that contains information about how to remediate a finding.

        Parameters:
        url - A URL to a page or site that contains information about how to remediate a finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.