Class ContentFeatures
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmeetings.model.ContentFeatures
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ContentFeatures.Builder,ContentFeatures>
@Generated("software.amazon.awssdk:codegen") public final class ContentFeatures extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContentFeatures.Builder,ContentFeatures>
Lists the content (screen share) features for the meeting. Applies to all attendees.
If you specify
MeetingFeatures:Content:MaxResolution:Nonewhen you create a meeting, all API requests that includeSendReceive,Send, orReceiveforAttendeeCapabilities:Contentwill be rejected withValidationError 400.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContentFeatures.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentFeatures.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ContentResolutionmaxResolution()The maximum resolution for the meeting content.StringmaxResolutionAsString()The maximum resolution for the meeting content.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ContentFeatures.Builder>serializableBuilderClass()ContentFeatures.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 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.If the service returns an enum value that is not available in the current SDK version,
maxResolutionwill returnContentResolution.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommaxResolutionAsString().- Returns:
- 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. - See Also:
ContentResolution
-
maxResolutionAsString
public final String maxResolutionAsString()
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.If the service returns an enum value that is not available in the current SDK version,
maxResolutionwill returnContentResolution.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommaxResolutionAsString().- Returns:
- 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. - See Also:
ContentResolution
-
toBuilder
public ContentFeatures.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ContentFeatures.Builder,ContentFeatures>
-
builder
public static ContentFeatures.Builder builder()
-
serializableBuilderClass
public static Class<? extends ContentFeatures.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-