Interface CreateMeetingWithAttendeesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeRequest.Builder
,CopyableBuilder<CreateMeetingWithAttendeesRequest.Builder,
,CreateMeetingWithAttendeesRequest> SdkBuilder<CreateMeetingWithAttendeesRequest.Builder,
,CreateMeetingWithAttendeesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateMeetingWithAttendeesRequest
-
Method Summary
Modifier and TypeMethodDescriptionattendees
(Collection<CreateAttendeeRequestItem> attendees) The request containing the attendees to create.attendees
(Consumer<CreateAttendeeRequestItem.Builder>... attendees) The request containing the attendees to create.attendees
(CreateAttendeeRequestItem... attendees) The request containing the attendees to create.clientRequestToken
(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.notificationsConfiguration
(Consumer<MeetingNotificationConfiguration.Builder> notificationsConfiguration) The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications.notificationsConfiguration
(MeetingNotificationConfiguration notificationsConfiguration) The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications.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
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationsConfiguration
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 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:
-
attendees
CreateMeetingWithAttendeesRequest.Builder attendees(Collection<CreateAttendeeRequestItem> attendees) The request containing the attendees to create.
- Parameters:
attendees
- The request containing the attendees to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attendees
The request containing the attendees to create.
- Parameters:
attendees
- The request containing the attendees to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attendees
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 viaCreateAttendeeRequestItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toattendees(List<CreateAttendeeRequestItem>)
.- Parameters:
attendees
- a consumer that will call methods onCreateAttendeeRequestItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateMeetingWithAttendeesRequest.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
CreateMeetingWithAttendeesRequest.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.
-