Interface CreateMeetingWithAttendeesResponse.Builder

    • Method Detail

      • meeting

        CreateMeetingWithAttendeesResponse.Builder meeting​(Meeting meeting)

        A meeting created using the Amazon Chime SDK.

        Parameters:
        meeting - A meeting created using the Amazon Chime SDK.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attendees

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

        The attendee information, including attendees IDs and join tokens.

        Parameters:
        attendees - The attendee information, including attendees IDs and join tokens.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attendees

        CreateMeetingWithAttendeesResponse.Builder attendees​(Attendee... attendees)

        The attendee information, including attendees IDs and join tokens.

        Parameters:
        attendees - The attendee information, including attendees IDs and join tokens.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        CreateMeetingWithAttendeesResponse.Builder errors​(Collection<CreateAttendeeError> errors)

        If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.

        Parameters:
        errors - If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        CreateMeetingWithAttendeesResponse.Builder errors​(CreateAttendeeError... errors)

        If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.

        Parameters:
        errors - If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.