Interface CreateMeetingWithAttendeesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeRequest.Builder,CopyableBuilder<CreateMeetingWithAttendeesRequest.Builder,CreateMeetingWithAttendeesRequest>,SdkBuilder<CreateMeetingWithAttendeesRequest.Builder,CreateMeetingWithAttendeesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateMeetingWithAttendeesRequest
public static interface CreateMeetingWithAttendeesRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<CreateMeetingWithAttendeesRequest.Builder,CreateMeetingWithAttendeesRequest>
-
-
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, sdkFields
-
-
-
-
Method Detail
-
clientRequestToken
CreateMeetingWithAttendeesRequest.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
CreateMeetingWithAttendeesRequest.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
CreateMeetingWithAttendeesRequest.Builder meetingHostId(String meetingHostId)
Reserved.
- Parameters:
meetingHostId- Reserved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaRegion
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.- 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
CreateMeetingWithAttendeesRequest.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
CreateMeetingWithAttendeesRequest.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
CreateMeetingWithAttendeesRequest.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
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.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)
-
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
CreateMeetingWithAttendeesRequest.Builder attendees(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
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.Builderavoiding the need to create one manually viaCreateAttendeeRequestItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#attendees(List.) - 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:
#attendees(java.util.Collection)
-
overrideConfiguration
CreateMeetingWithAttendeesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateMeetingWithAttendeesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-