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 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 #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateMeetingWithAttendeesRequest.Builder notificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)
notificationsConfiguration - The new value for the NotificationsConfiguration property for this object.default CreateMeetingWithAttendeesRequest.Builder notificationsConfiguration(Consumer<MeetingNotificationConfiguration.Builder> notificationsConfiguration)
MeetingNotificationConfiguration.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 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) CreateMeetingWithAttendeesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMeetingWithAttendeesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.