Interface ListAggregateLogGroupSummariesResponse.Builder

    • Method Detail

      • aggregateLogGroupSummaries

        ListAggregateLogGroupSummariesResponse.Builder aggregateLogGroupSummaries​(Collection<AggregateLogGroupSummary> aggregateLogGroupSummaries)

        The list of aggregate log group summaries grouped by the specified data source characteristics.

        Parameters:
        aggregateLogGroupSummaries - The list of aggregate log group summaries grouped by the specified data source characteristics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aggregateLogGroupSummaries

        ListAggregateLogGroupSummariesResponse.Builder aggregateLogGroupSummaries​(AggregateLogGroupSummary... aggregateLogGroupSummaries)

        The list of aggregate log group summaries grouped by the specified data source characteristics.

        Parameters:
        aggregateLogGroupSummaries - The list of aggregate log group summaries grouped by the specified data source characteristics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAggregateLogGroupSummariesResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.