Interface ListLogGroupsResponse.Builder

    • Method Detail

      • logGroups

        ListLogGroupsResponse.Builder logGroups​(Collection<LogGroupSummary> logGroups)

        An array of structures, where each structure contains the information about one log group.

        Parameters:
        logGroups - An array of structures, where each structure contains the information about one log group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logGroups

        ListLogGroupsResponse.Builder logGroups​(LogGroupSummary... logGroups)

        An array of structures, where each structure contains the information about one log group.

        Parameters:
        logGroups - An array of structures, where each structure contains the information about one log group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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