Interface FindingMetricsValuePerSeverity.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FindingMetricsValuePerSeverity.Builder,FindingMetricsValuePerSeverity>, SdkBuilder<FindingMetricsValuePerSeverity.Builder,FindingMetricsValuePerSeverity>, SdkPojo
Enclosing class:
FindingMetricsValuePerSeverity

public static interface FindingMetricsValuePerSeverity.Builder extends SdkPojo, CopyableBuilder<FindingMetricsValuePerSeverity.Builder,FindingMetricsValuePerSeverity>
  • Method Details

    • critical

      The severity of the finding is critical and should be addressed immediately.

      Parameters:
      critical - The severity of the finding is critical and should be addressed immediately.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • high

      The severity of the finding is high and should be addressed as a near-term priority.

      Parameters:
      high - The severity of the finding is high and should be addressed as a near-term priority.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • info

      The finding is related to quality or readability improvements and not considered actionable.

      Parameters:
      info - The finding is related to quality or readability improvements and not considered actionable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • low

      The severity of the finding is low and does require action on its own.

      Parameters:
      low - The severity of the finding is low and does require action on its own.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • medium

      The severity of the finding is medium and should be addressed as a mid-term priority.

      Parameters:
      medium - The severity of the finding is medium and should be addressed as a mid-term priority.
      Returns:
      Returns a reference to this object so that method calls can be chained together.