Interface VulnerabilityIdAggregation.Builder

    • Method Detail

      • vulnerabilityId

        VulnerabilityIdAggregation.Builder vulnerabilityId​(String vulnerabilityId)

        The vulnerability Id for this set of counts.

        Parameters:
        vulnerabilityId - The vulnerability Id for this set of counts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • severityCounts

        VulnerabilityIdAggregation.Builder severityCounts​(SeverityCounts severityCounts)

        Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified vulnerability.

        Parameters:
        severityCounts - Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified vulnerability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.