public static interface CreateMeetingRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<CreateMeetingRequest.Builder,CreateMeetingRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMeetingRequest.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.CreateMeetingRequest.Builder externalMeetingId(String externalMeetingId)
The external meeting ID.
externalMeetingId - The external meeting ID.CreateMeetingRequest.Builder meetingHostId(String meetingHostId)
Reserved.
meetingHostId - Reserved.CreateMeetingRequest.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 .
CreateMeetingRequest.Builder tags(Collection<Tag> tags)
The tag key-value pairs.
tags - The tag key-value pairs.CreateMeetingRequest.Builder tags(Tag... tags)
The tag key-value pairs.
tags - The tag key-value pairs.CreateMeetingRequest.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) CreateMeetingRequest.Builder notificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
notificationsConfiguration - The configuration for resource targets to receive notifications when meeting and attendee events
occur.default CreateMeetingRequest.Builder notificationsConfiguration(Consumer<MeetingNotificationConfiguration.Builder> notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
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)CreateMeetingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMeetingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.