Interface FindingMetricsValuePerSeverity.Builder

  • Method Details

    • critical

      A numeric value corresponding to a critical finding.

      Parameters:
      critical - A numeric value corresponding to a critical finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • high

      A numeric value corresponding to a high severity finding.

      Parameters:
      high - A numeric value corresponding to a high severity finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • info

      A numeric value corresponding to an informational finding.

      Parameters:
      info - A numeric value corresponding to an informational finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • low

      A numeric value corresponding to a low severity finding.

      Parameters:
      low - A numeric value corresponding to a low severity finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • medium

      A numeric value corresponding to a medium severity finding.

      Parameters:
      medium - A numeric value corresponding to a medium severity finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.