@Generated(value="software.amazon.awssdk:codegen") public final class VideoAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoAttribute.Builder,VideoAttribute>
Defines the settings for a video tile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VideoAttribute.Builder |
| Modifier and Type | Method and Description |
|---|---|
BorderColor |
borderColor()
Defines the border color of all video tiles.
|
String |
borderColorAsString()
Defines the border color of all video tiles.
|
Integer |
borderThickness()
Defines the border thickness for all video tiles.
|
static VideoAttribute.Builder |
builder() |
Integer |
cornerRadius()
Sets the corner radius of all video tiles.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HighlightColor |
highlightColor()
Defines the highlight color for the active video tile.
|
String |
highlightColorAsString()
Defines the highlight color for the active video tile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VideoAttribute.Builder> |
serializableBuilderClass() |
VideoAttribute.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer cornerRadius()
Sets the corner radius of all video tiles.
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, borderColor will
return BorderColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
borderColorAsString().
BorderColorpublic 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, borderColor will
return BorderColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
borderColorAsString().
BorderColorpublic 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, highlightColor
will return HighlightColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from highlightColorAsString().
HighlightColorpublic 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, highlightColor
will return HighlightColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from highlightColorAsString().
HighlightColorpublic final Integer borderThickness()
Defines the border thickness for all video tiles.
public VideoAttribute.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VideoAttribute.Builder,VideoAttribute>public static VideoAttribute.Builder builder()
public static Class<? extends VideoAttribute.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.