Interface ParticipantCapabilities.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ParticipantCapabilities.Builder,
,ParticipantCapabilities> SdkBuilder<ParticipantCapabilities.Builder,
,ParticipantCapabilities> SdkPojo
- Enclosing class:
ParticipantCapabilities
@Mutable
@NotThreadSafe
public static interface ParticipantCapabilities.Builder
extends SdkPojo, CopyableBuilder<ParticipantCapabilities.Builder,ParticipantCapabilities>
-
Method Summary
Modifier and TypeMethodDescriptionscreenShare
(String screenShare) The screen sharing capability that is enabled for the participant.screenShare
(ScreenShareCapability screenShare) The screen sharing capability that is enabled for the participant.The configuration having the video and screen sharing capabilities for participants over the call.video
(VideoCapability video) The configuration having the video and screen sharing capabilities for participants over the call.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 Details
-
video
The configuration having the video and screen sharing capabilities for participants over the call.
- Parameters:
video
- The configuration having the video and screen sharing capabilities for participants over the call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
video
The configuration having the video and screen sharing capabilities for participants over the call.
- Parameters:
video
- The configuration having the video and screen sharing capabilities for participants over the call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-