Interface ListGroupsResponse.Builder

    • Method Detail

      • groups

        ListGroupsResponse.Builder groups​(Collection<GroupType> groups)

        The group objects for the groups.

        Parameters:
        groups - The group objects for the groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groups

        ListGroupsResponse.Builder groups​(GroupType... groups)

        The group objects for the groups.

        Parameters:
        groups - The group objects for the groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListGroupsResponse.Builder nextToken​(String nextToken)

        An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

        Parameters:
        nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.