Interface ListLogGroupsForQueryResponse.Builder

    • Method Detail

      • logGroupIdentifiers

        ListLogGroupsForQueryResponse.Builder logGroupIdentifiers​(Collection<String> logGroupIdentifiers)

        An array of the names and ARNs of the log groups that were processed in the query.

        Parameters:
        logGroupIdentifiers - An array of the names and ARNs of the log groups that were processed in the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logGroupIdentifiers

        ListLogGroupsForQueryResponse.Builder logGroupIdentifiers​(String... logGroupIdentifiers)

        An array of the names and ARNs of the log groups that were processed in the query.

        Parameters:
        logGroupIdentifiers - An array of the names and ARNs of the log groups that were processed in the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLogGroupsForQueryResponse.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.