public static interface CreateMeetingWithAttendeesResponse.Builder extends ChimeSdkMeetingsResponse.Builder, SdkPojo, CopyableBuilder<CreateMeetingWithAttendeesResponse.Builder,CreateMeetingWithAttendeesResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingWithAttendeesResponse.Builder |
attendees(Attendee... attendees)
The attendee information, including attendees' IDs and join tokens.
|
CreateMeetingWithAttendeesResponse.Builder |
attendees(Collection<Attendee> attendees)
The attendee information, including attendees' IDs and join tokens.
|
CreateMeetingWithAttendeesResponse.Builder |
attendees(Consumer<Attendee.Builder>... attendees)
The attendee information, including attendees' IDs and join tokens.
|
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.
|
CreateMeetingWithAttendeesResponse.Builder |
errors(Consumer<CreateAttendeeError.Builder>... 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.
|
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.
|
default CreateMeetingWithAttendeesResponse.Builder |
meeting(Consumer<Meeting.Builder> meeting)
The meeting information, including the meeting ID and
MediaPlacement. |
CreateMeetingWithAttendeesResponse.Builder |
meeting(Meeting meeting)
The meeting information, including the meeting ID and
MediaPlacement. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMeetingWithAttendeesResponse.Builder meeting(Meeting meeting)
The meeting information, including the meeting ID and MediaPlacement.
meeting - The meeting information, including the meeting ID and MediaPlacement.default CreateMeetingWithAttendeesResponse.Builder meeting(Consumer<Meeting.Builder> meeting)
The meeting information, including the meeting ID and MediaPlacement.
Meeting.Builder avoiding the need to
create one manually via Meeting.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to meeting(Meeting).
meeting - a consumer that will call methods on Meeting.Buildermeeting(Meeting)CreateMeetingWithAttendeesResponse.Builder attendees(Collection<Attendee> attendees)
The attendee information, including attendees' IDs and join tokens.
attendees - The attendee information, including attendees' IDs and join tokens.CreateMeetingWithAttendeesResponse.Builder attendees(Attendee... attendees)
The attendee information, including attendees' IDs and join tokens.
attendees - The attendee information, including attendees' IDs and join tokens.CreateMeetingWithAttendeesResponse.Builder attendees(Consumer<Attendee.Builder>... attendees)
The attendee information, including attendees' IDs and join tokens.
This is a convenience method that creates an instance of theAttendee.Builder avoiding the need to create
one manually via Attendee.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #attendees(List.
attendees - a consumer that will call methods on
Attendee.Builder#attendees(java.util.Collection) 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.
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.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.
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.CreateMeetingWithAttendeesResponse.Builder errors(Consumer<CreateAttendeeError.Builder>... 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.
This is a convenience method that creates an instance of theCreateAttendeeError.Builder avoiding the need
to create one manually via
CreateAttendeeError.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
CreateAttendeeError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.