Interface ListFindingAggregatorsResponse.Builder

    • Method Detail

      • findingAggregators

        ListFindingAggregatorsResponse.Builder findingAggregators​(Collection<FindingAggregator> findingAggregators)

        The list of finding aggregators. This operation currently only returns a single result.

        Parameters:
        findingAggregators - The list of finding aggregators. This operation currently only returns a single result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findingAggregators

        ListFindingAggregatorsResponse.Builder findingAggregators​(FindingAggregator... findingAggregators)

        The list of finding aggregators. This operation currently only returns a single result.

        Parameters:
        findingAggregators - The list of finding aggregators. This operation currently only returns a single result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFindingAggregatorsResponse.Builder nextToken​(String nextToken)

        If there are more results, this is the token to provide in the next call to ListFindingAggregators.

        This operation currently only returns a single result.

        Parameters:
        nextToken - If there are more results, this is the token to provide in the next call to ListFindingAggregators.

        This operation currently only returns a single result.

        Returns:
        Returns a reference to this object so that method calls can be chained together.