Interface ContentFeatures.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContentFeatures.Builder,
,ContentFeatures> SdkBuilder<ContentFeatures.Builder,
,ContentFeatures> SdkPojo
- Enclosing class:
ContentFeatures
-
Method Summary
Modifier and TypeMethodDescriptionmaxResolution
(String maxResolution) The maximum resolution for the meeting content.maxResolution
(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 Details
-
maxResolution
The maximum resolution for the meeting content.
Defaults to
FHD
. To useUHD
, you must also provide aMeetingFeatures:Attendee:MaxCount
value 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:MaxCount
value 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:
-
maxResolution
The maximum resolution for the meeting content.
Defaults to
FHD
. To useUHD
, you must also provide aMeetingFeatures:Attendee:MaxCount
value 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:MaxCount
value 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:
-