Class VideoFeatures
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmeetings.model.VideoFeatures
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VideoFeatures.Builder,VideoFeatures>
@Generated("software.amazon.awssdk:codegen") public final class VideoFeatures extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoFeatures.Builder,VideoFeatures>
The video features set for the meeting. Applies to all attendees.
If you specify
MeetingFeatures:Video:MaxResolution:Nonewhen you create a meeting, all API requests that includeSendReceive,Send, orReceiveforAttendeeCapabilities:Videowill be rejected withValidationError 400.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVideoFeatures.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VideoFeatures.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()VideoResolutionmaxResolution()The maximum video resolution for the meeting.StringmaxResolutionAsString()The maximum video resolution for the meeting.List<SdkField<?>>sdkFields()static Class<? extends VideoFeatures.Builder>serializableBuilderClass()VideoFeatures.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maxResolution
public final 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.If the service returns an enum value that is not available in the current SDK version,
maxResolutionwill returnVideoResolution.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommaxResolutionAsString().- Returns:
- 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. - See Also:
VideoResolution
-
maxResolutionAsString
public final String maxResolutionAsString()
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.If the service returns an enum value that is not available in the current SDK version,
maxResolutionwill returnVideoResolution.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommaxResolutionAsString().- Returns:
- 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. - See Also:
VideoResolution
-
toBuilder
public VideoFeatures.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VideoFeatures.Builder,VideoFeatures>
-
builder
public static VideoFeatures.Builder builder()
-
serializableBuilderClass
public static Class<? extends VideoFeatures.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-