Interface SeveritySummary.Builder

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

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

    • criticalCount

      SeveritySummary.Builder criticalCount(Integer criticalCount)

      The total number of resources or compliance items that have a severity level of Critical. Critical severity is determined by the organization that published the compliance items.

      Parameters:
      criticalCount - The total number of resources or compliance items that have a severity level of Critical. Critical severity is determined by the organization that published the compliance items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • highCount

      SeveritySummary.Builder highCount(Integer highCount)

      The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.

      Parameters:
      highCount - The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mediumCount

      SeveritySummary.Builder mediumCount(Integer mediumCount)

      The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.

      Parameters:
      mediumCount - The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lowCount

      SeveritySummary.Builder lowCount(Integer lowCount)

      The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.

      Parameters:
      lowCount - The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • informationalCount

      SeveritySummary.Builder informationalCount(Integer informationalCount)

      The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.

      Parameters:
      informationalCount - The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unspecifiedCount

      SeveritySummary.Builder unspecifiedCount(Integer unspecifiedCount)

      The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.

      Parameters:
      unspecifiedCount - The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.