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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParticipantCapabilities.Buildervideo(String video)The configuration having the video sharing capabilities for participants over the call.ParticipantCapabilities.Buildervideo(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 Detail
-
video
ParticipantCapabilities.Builder video(String 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:
VideoCapability,VideoCapability
-
video
ParticipantCapabilities.Builder video(VideoCapability 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:
VideoCapability,VideoCapability
-
-