Interface VideoFeatures.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VideoFeatures.Builder,VideoFeatures>,SdkBuilder<VideoFeatures.Builder,VideoFeatures>,SdkPojo
- Enclosing class:
- VideoFeatures
public static interface VideoFeatures.Builder extends SdkPojo, CopyableBuilder<VideoFeatures.Builder,VideoFeatures>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VideoFeatures.BuildermaxResolution(String maxResolution)The maximum video resolution for the meeting.VideoFeatures.BuildermaxResolution(VideoResolution maxResolution)The maximum video resolution for the meeting.-
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
-
maxResolution
VideoFeatures.Builder maxResolution(String maxResolution)
The maximum video resolution for the meeting. Applies to all attendees.
Defaults to
HD. To useFHD, you must also provide aMeetingFeatures:Attendee:MaxCountvalue and override the default size limit of 250 attendees.- Parameters:
maxResolution- The maximum video resolution for the meeting. Applies to all attendees.Defaults to
HD. To useFHD, you must also provide aMeetingFeatures:Attendee:MaxCountvalue and override the default size limit of 250 attendees.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VideoResolution,VideoResolution
-
maxResolution
VideoFeatures.Builder maxResolution(VideoResolution maxResolution)
The maximum video resolution for the meeting. Applies to all attendees.
Defaults to
HD. To useFHD, you must also provide aMeetingFeatures:Attendee:MaxCountvalue and override the default size limit of 250 attendees.- Parameters:
maxResolution- The maximum video resolution for the meeting. Applies to all attendees.Defaults to
HD. To useFHD, you must also provide aMeetingFeatures:Attendee:MaxCountvalue and override the default size limit of 250 attendees.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VideoResolution,VideoResolution
-
-