Interface ListFindingsMetricsResponse.Builder

    • Method Detail

      • findingsMetrics

        ListFindingsMetricsResponse.Builder findingsMetrics​(Collection<AccountFindingsMetric> findingsMetrics)

        A list of AccountFindingsMetric objects retrieved from the specified time interval.

        Parameters:
        findingsMetrics - A list of AccountFindingsMetric objects retrieved from the specified time interval.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findingsMetrics

        ListFindingsMetricsResponse.Builder findingsMetrics​(AccountFindingsMetric... findingsMetrics)

        A list of AccountFindingsMetric objects retrieved from the specified time interval.

        Parameters:
        findingsMetrics - A list of AccountFindingsMetric objects retrieved from the specified time interval.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFindingsMetricsResponse.Builder nextToken​(String nextToken)

        A pagination token. You can use this in future calls to ListFindingMetrics to continue listing results after the current page.

        Parameters:
        nextToken - A pagination token. You can use this in future calls to ListFindingMetrics to continue listing results after the current page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.