Interface CreateMeetingRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeRequest.Builder
,CopyableBuilder<CreateMeetingRequest.Builder,
,CreateMeetingRequest> SdkBuilder<CreateMeetingRequest.Builder,
,CreateMeetingRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateMeetingRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken
(String clientRequestToken) The unique identifier for the client request.externalMeetingId
(String externalMeetingId) The external meeting ID.mediaRegion
(String mediaRegion) The Region in which to create the meeting.meetingHostId
(String meetingHostId) Reserved.default CreateMeetingRequest.Builder
notificationsConfiguration
(Consumer<MeetingNotificationConfiguration.Builder> notificationsConfiguration) The configuration for resource targets to receive notifications when meeting and attendee events occur.notificationsConfiguration
(MeetingNotificationConfiguration notificationsConfiguration) The configuration for resource targets to receive notifications when meeting and attendee events occur.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags
(Collection<Tag> tags) The tag key-value pairs.tags
(Consumer<Tag.Builder>... tags) The tag key-value pairs.The tag key-value pairs.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
clientRequestToken
The unique identifier for the client request. Use a different token for different meetings.
- Parameters:
clientRequestToken
- The unique identifier for the client request. Use a different token for different meetings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalMeetingId
The external meeting ID.
- Parameters:
externalMeetingId
- The external meeting ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meetingHostId
Reserved.
- Parameters:
meetingHostId
- Reserved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
.- Parameters:
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
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tag key-value pairs.
- Parameters:
tags
- The tag key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tag key-value pairs.
- Parameters:
tags
- The tag key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
notificationsConfiguration
CreateMeetingRequest.Builder notificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration) The configuration for resource targets to receive notifications when meeting and attendee events occur.
- Parameters:
notificationsConfiguration
- The configuration for resource targets to receive notifications when meeting and attendee events occur.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationsConfiguration
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 viaMeetingNotificationConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonotificationsConfiguration(MeetingNotificationConfiguration)
.- Parameters:
notificationsConfiguration
- a consumer that will call methods onMeetingNotificationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateMeetingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateMeetingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-