Interface GetFindingStatisticsResponse.Builder

    • Method Detail

      • countsByGroup

        GetFindingStatisticsResponse.Builder countsByGroup​(Collection<GroupCount> countsByGroup)

        An array of objects, one for each group of findings that matches the filter criteria specified in the request.

        Parameters:
        countsByGroup - An array of objects, one for each group of findings that matches the filter criteria specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • countsByGroup

        GetFindingStatisticsResponse.Builder countsByGroup​(GroupCount... countsByGroup)

        An array of objects, one for each group of findings that matches the filter criteria specified in the request.

        Parameters:
        countsByGroup - An array of objects, one for each group of findings that matches the filter criteria specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.