Interface AttendeeCapabilities.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AttendeeCapabilities.Builder,
,AttendeeCapabilities> SdkBuilder<AttendeeCapabilities.Builder,
,AttendeeCapabilities> SdkPojo
- Enclosing class:
AttendeeCapabilities
@Mutable
@NotThreadSafe
public static interface AttendeeCapabilities.Builder
extends SdkPojo, CopyableBuilder<AttendeeCapabilities.Builder,AttendeeCapabilities>
-
Method Summary
Modifier and TypeMethodDescriptionThe audio capability assigned to an attendee.audio
(MediaCapabilities audio) The audio capability assigned to an attendee.The content capability assigned to an attendee.content
(MediaCapabilities content) The content capability assigned to an attendee.The video capability assigned to an attendee.video
(MediaCapabilities video) The video capability assigned to an attendee.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
-
audio
The audio capability assigned to an attendee.
- Parameters:
audio
- The audio capability assigned to an attendee.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
audio
The audio capability assigned to an attendee.
- Parameters:
audio
- The audio capability assigned to an attendee.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
video
The video capability assigned to an attendee.
- Parameters:
video
- The video capability assigned to an attendee.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
video
The video capability assigned to an attendee.
- Parameters:
video
- The video capability assigned to an attendee.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
content
The content capability assigned to an attendee.
- Parameters:
content
- The content capability assigned to an attendee.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
content
The content capability assigned to an attendee.
- Parameters:
content
- The content capability assigned to an attendee.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-