Interface ListParticipantEventsResponse.Builder

    • Method Detail

      • events

        ListParticipantEventsResponse.Builder events​(Event... events)

        List of the matching events.

        Parameters:
        events - List of the matching events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListParticipantEventsResponse.Builder nextToken​(String nextToken)

        If there are more events than maxResults, use nextToken in the request to get the next set.

        Parameters:
        nextToken - If there are more events than maxResults, use nextToken in the request to get the next set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.