Interface FindingTypeStatistics.Builder

    • Method Detail

      • findingType

        FindingTypeStatistics.Builder findingType​(String findingType)

        Name of the finding type.

        Parameters:
        findingType - Name of the finding type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastGeneratedAt

        FindingTypeStatistics.Builder lastGeneratedAt​(Instant lastGeneratedAt)

        The timestamp at which this finding type was last generated in your environment.

        Parameters:
        lastGeneratedAt - The timestamp at which this finding type was last generated in your environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalFindings

        FindingTypeStatistics.Builder totalFindings​(Integer totalFindings)

        The total number of findings associated with generated for each distinct finding type.

        Parameters:
        totalFindings - The total number of findings associated with generated for each distinct finding type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.