Interface WebRTCConnection.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WebRTCConnection.Builder,,WebRTCConnection> SdkBuilder<WebRTCConnection.Builder,,WebRTCConnection> SdkPojo
- Enclosing class:
WebRTCConnection
@Mutable
@NotThreadSafe
public static interface WebRTCConnection.Builder
extends SdkPojo, CopyableBuilder<WebRTCConnection.Builder,WebRTCConnection>
-
Method Summary
Modifier and TypeMethodDescriptiondefault WebRTCConnection.Builderattendee(Consumer<Attendee.Builder> attendee) Sets the value of the Attendee property for this object.Sets the value of the Attendee property for this object.default WebRTCConnection.Buildermeeting(Consumer<WebRTCMeeting.Builder> meeting) A meeting created using the Amazon Chime SDK.meeting(WebRTCMeeting meeting) A meeting created using the Amazon Chime SDK.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
attendee
Sets the value of the Attendee property for this object.- Parameters:
attendee- The new value for the Attendee property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attendee
Sets the value of the Attendee property for this object. This is a convenience method that creates an instance of theAttendee.Builderavoiding the need to create one manually viaAttendee.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattendee(Attendee).- Parameters:
attendee- a consumer that will call methods onAttendee.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
meeting
A meeting created using the Amazon Chime SDK.
- Parameters:
meeting- A meeting created using the Amazon Chime SDK.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meeting
A meeting created using the Amazon Chime SDK.
This is a convenience method that creates an instance of theWebRTCMeeting.Builderavoiding the need to create one manually viaWebRTCMeeting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomeeting(WebRTCMeeting).- Parameters:
meeting- a consumer that will call methods onWebRTCMeeting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-