public static interface CreateMeetingWithAttendeesRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<CreateMeetingWithAttendeesRequest.Builder,CreateMeetingWithAttendeesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMeetingWithAttendeesRequest.Builder clientRequestToken(String clientRequestToken)
The unique identifier for the client request. Use a different token for different meetings.
clientRequestToken - The unique identifier for the client request. Use a different token for different meetings.CreateMeetingWithAttendeesRequest.Builder externalMeetingId(String externalMeetingId)
The external meeting ID.
externalMeetingId - The external meeting ID.CreateMeetingWithAttendeesRequest.Builder meetingHostId(String meetingHostId)
Reserved.
meetingHostId - Reserved.CreateMeetingWithAttendeesRequest.Builder mediaRegion(String mediaRegion)
The Region in which to create the meeting. Default: us-east-1 .
Available values: af-south-1 , ap-northeast-1 , ap-northeast-2 ,
ap-south-1 , ap-southeast-1 , ap-southeast-2 ,
ca-central-1 , eu-central-1 , eu-north-1 , eu-south-1 ,
eu-west-1 , eu-west-2 , eu-west-3 , sa-east-1 ,
us-east-1 , us-east-2 , us-west-1 , us-west-2 .
mediaRegion - The Region in which to create the meeting. Default: us-east-1 .
Available values: af-south-1 , ap-northeast-1 , ap-northeast-2
, ap-south-1 , ap-southeast-1 , ap-southeast-2 ,
ca-central-1 , eu-central-1 , eu-north-1 ,
eu-south-1 , eu-west-1 , eu-west-2 , eu-west-3 ,
sa-east-1 , us-east-1 , us-east-2 , us-west-1 ,
us-west-2 .
CreateMeetingWithAttendeesRequest.Builder tags(Collection<Tag> tags)
The tag key-value pairs.
tags - The tag key-value pairs.CreateMeetingWithAttendeesRequest.Builder tags(Tag... tags)
The tag key-value pairs.
tags - The tag key-value pairs.CreateMeetingWithAttendeesRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tag key-value pairs.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateMeetingWithAttendeesRequest.Builder notificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)
The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications. The Amazon Chime SDK supports resource targets located in the US East (N. Virginia) AWS Region (us-east-1).
notificationsConfiguration - The resource target configurations for receiving Amazon Chime SDK meeting and attendee event
notifications. The Amazon Chime SDK supports resource targets located in the US East (N. Virginia) AWS
Region (us-east-1).default CreateMeetingWithAttendeesRequest.Builder notificationsConfiguration(Consumer<MeetingNotificationConfiguration.Builder> notificationsConfiguration)
The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications. The Amazon Chime SDK supports resource targets located in the US East (N. Virginia) AWS Region (us-east-1).
This is a convenience method that creates an instance of theMeetingNotificationConfiguration.Builder
avoiding the need to create one manually via MeetingNotificationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to notificationsConfiguration(MeetingNotificationConfiguration).
notificationsConfiguration - a consumer that will call methods on MeetingNotificationConfiguration.BuildernotificationsConfiguration(MeetingNotificationConfiguration)CreateMeetingWithAttendeesRequest.Builder attendees(Collection<CreateAttendeeRequestItem> attendees)
The request containing the attendees to create.
attendees - The request containing the attendees to create.CreateMeetingWithAttendeesRequest.Builder attendees(CreateAttendeeRequestItem... attendees)
The request containing the attendees to create.
attendees - The request containing the attendees to create.CreateMeetingWithAttendeesRequest.Builder attendees(Consumer<CreateAttendeeRequestItem.Builder>... attendees)
The request containing the attendees to create.
This is a convenience method that creates an instance of theCreateAttendeeRequestItem.Builder avoiding the need to
create one manually via
CreateAttendeeRequestItem.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
CreateAttendeeRequestItem.Builder#attendees(java.util.Collection) CreateMeetingWithAttendeesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMeetingWithAttendeesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.