Interface GetGroupsResponse.Builder

    • Method Detail

      • groups

        GetGroupsResponse.Builder groups​(Collection<GroupSummary> groups)

        The collection of all active groups.

        Parameters:
        groups - The collection of all active groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groups

        GetGroupsResponse.Builder groups​(GroupSummary... groups)

        The collection of all active groups.

        Parameters:
        groups - The collection of all active groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetGroupsResponse.Builder nextToken​(String nextToken)

        Pagination token.

        Parameters:
        nextToken - Pagination token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.