Interface ListUsersInGroupResponse.Builder

    • Method Detail

      • users

        ListUsersInGroupResponse.Builder users​(Collection<UserType> users)

        A list of users in the group, and their attributes.

        Parameters:
        users - A list of users in the group, and their attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • users

        ListUsersInGroupResponse.Builder users​(UserType... users)

        A list of users in the group, and their attributes.

        Parameters:
        users - A list of users in the group, and their attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListUsersInGroupResponse.Builder nextToken​(String nextToken)

        An identifier that you can use in a later request to return the next set of items in the list.

        Parameters:
        nextToken - An identifier that you can use in a later request 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.