Class VideoAttribute
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmediapipelines.model.VideoAttribute
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VideoAttribute.Builder,VideoAttribute>
@Generated("software.amazon.awssdk:codegen") public final class VideoAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoAttribute.Builder,VideoAttribute>
Defines the settings for a video tile.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVideoAttribute.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BorderColorborderColor()Defines the border color of all video tiles.StringborderColorAsString()Defines the border color of all video tiles.IntegerborderThickness()Defines the border thickness for all video tiles.static VideoAttribute.Builderbuilder()IntegercornerRadius()Sets the corner radius of all video tiles.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HighlightColorhighlightColor()Defines the highlight color for the active video tile.StringhighlightColorAsString()Defines the highlight color for the active video tile.List<SdkField<?>>sdkFields()static Class<? extends VideoAttribute.Builder>serializableBuilderClass()VideoAttribute.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
-
cornerRadius
public final Integer cornerRadius()
Sets the corner radius of all video tiles.
- Returns:
- Sets the corner radius of all video tiles.
-
borderColor
public final BorderColor borderColor()
Defines the border color of all video tiles.
If the service returns an enum value that is not available in the current SDK version,
borderColorwill returnBorderColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromborderColorAsString().- Returns:
- Defines the border color of all video tiles.
- See Also:
BorderColor
-
borderColorAsString
public final String borderColorAsString()
Defines the border color of all video tiles.
If the service returns an enum value that is not available in the current SDK version,
borderColorwill returnBorderColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromborderColorAsString().- Returns:
- Defines the border color of all video tiles.
- See Also:
BorderColor
-
highlightColor
public final HighlightColor highlightColor()
Defines the highlight color for the active video tile.
If the service returns an enum value that is not available in the current SDK version,
highlightColorwill returnHighlightColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhighlightColorAsString().- Returns:
- Defines the highlight color for the active video tile.
- See Also:
HighlightColor
-
highlightColorAsString
public final String highlightColorAsString()
Defines the highlight color for the active video tile.
If the service returns an enum value that is not available in the current SDK version,
highlightColorwill returnHighlightColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhighlightColorAsString().- Returns:
- Defines the highlight color for the active video tile.
- See Also:
HighlightColor
-
borderThickness
public final Integer borderThickness()
Defines the border thickness for all video tiles.
- Returns:
- Defines the border thickness for all video tiles.
-
toBuilder
public VideoAttribute.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VideoAttribute.Builder,VideoAttribute>
-
builder
public static VideoAttribute.Builder builder()
-
serializableBuilderClass
public static Class<? extends VideoAttribute.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.
-
-