Interface ContentFeatures.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContentFeatures.Builder,ContentFeatures>,SdkBuilder<ContentFeatures.Builder,ContentFeatures>,SdkPojo
- Enclosing class:
- ContentFeatures
public static interface ContentFeatures.Builder extends SdkPojo, CopyableBuilder<ContentFeatures.Builder,ContentFeatures>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentFeatures.BuildermaxResolution(String maxResolution)The maximum resolution for the meeting content.ContentFeatures.BuildermaxResolution(ContentResolution maxResolution)The maximum resolution for the meeting content.-
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 Detail
-
maxResolution
ContentFeatures.Builder maxResolution(String maxResolution)
The maximum resolution for the meeting content.
Defaults to
FHD. To useUHD, you must also provide aMeetingFeatures:Attendee:MaxCountvalue and override the default size limit of 250 attendees.- Parameters:
maxResolution- The maximum resolution for the meeting content.Defaults to
FHD. To useUHD, 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:
ContentResolution,ContentResolution
-
maxResolution
ContentFeatures.Builder maxResolution(ContentResolution maxResolution)
The maximum resolution for the meeting content.
Defaults to
FHD. To useUHD, you must also provide aMeetingFeatures:Attendee:MaxCountvalue and override the default size limit of 250 attendees.- Parameters:
maxResolution- The maximum resolution for the meeting content.Defaults to
FHD. To useUHD, 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:
ContentResolution,ContentResolution
-
-