Interface ListAttendeesResponse.Builder

    • Method Detail

      • attendees

        ListAttendeesResponse.Builder attendees​(Collection<Attendee> attendees)

        The Amazon Chime SDK attendee information.

        Parameters:
        attendees - The Amazon Chime SDK attendee information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attendees

        ListAttendeesResponse.Builder attendees​(Attendee... attendees)

        The Amazon Chime SDK attendee information.

        Parameters:
        attendees - The Amazon Chime SDK attendee information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAttendeesResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results.

        Parameters:
        nextToken - The token to use to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.