Interface CreateMeetingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeRequest.Builder,CopyableBuilder<CreateMeetingRequest.Builder,CreateMeetingRequest>,SdkBuilder<CreateMeetingRequest.Builder,CreateMeetingRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateMeetingRequest
public static interface CreateMeetingRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<CreateMeetingRequest.Builder,CreateMeetingRequest>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clientRequestToken
CreateMeetingRequest.Builder clientRequestToken(String 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
CreateMeetingRequest.Builder externalMeetingId(String 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
CreateMeetingRequest.Builder meetingHostId(String meetingHostId)
Reserved.
- Parameters:
meetingHostId- Reserved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaRegion
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.- 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
CreateMeetingRequest.Builder tags(Collection<Tag> 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
CreateMeetingRequest.Builder tags(Tag... 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
CreateMeetingRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tag key-value pairs.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - 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:
#tags(java.util.Collection)
-
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.Builderavoiding the need to create one manually viaMeetingNotificationConfiguration.builder().When the
Consumercompletes,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:
notificationsConfiguration(MeetingNotificationConfiguration)
-
overrideConfiguration
CreateMeetingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateMeetingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-