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