public static interface CreateMeetingWithAttendeesResponse.Builder extends ChimeResponse.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)
Sets the value of the Meeting property for this object.
|
CreateMeetingWithAttendeesResponse.Builder |
meeting(Meeting meeting)
Sets the value of the Meeting property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMeetingWithAttendeesResponse.Builder meeting(Meeting meeting)
meeting - The new value for the Meeting property for this object.default CreateMeetingWithAttendeesResponse.Builder meeting(Consumer<Meeting.Builder> meeting)
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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #attendees(List) .attendees - a consumer that will call methods on List.Builder #attendees(List) 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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2021. All rights reserved.