public static interface VideoAttribute.Builder extends SdkPojo, CopyableBuilder<VideoAttribute.Builder,VideoAttribute>
| Modifier and Type | Method and Description |
|---|---|
VideoAttribute.Builder |
borderColor(BorderColor borderColor)
Defines the border color of all video tiles.
|
VideoAttribute.Builder |
borderColor(String borderColor)
Defines the border color of all video tiles.
|
VideoAttribute.Builder |
borderThickness(Integer borderThickness)
Defines the border thickness for all video tiles.
|
VideoAttribute.Builder |
cornerRadius(Integer cornerRadius)
Sets the corner radius of all video tiles.
|
VideoAttribute.Builder |
highlightColor(HighlightColor highlightColor)
Defines the highlight color for the active video tile.
|
VideoAttribute.Builder |
highlightColor(String highlightColor)
Defines the highlight color for the active video tile.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVideoAttribute.Builder cornerRadius(Integer cornerRadius)
Sets the corner radius of all video tiles.
cornerRadius - Sets the corner radius of all video tiles.VideoAttribute.Builder borderColor(String borderColor)
Defines the border color of all video tiles.
borderColor - Defines the border color of all video tiles.BorderColor,
BorderColorVideoAttribute.Builder borderColor(BorderColor borderColor)
Defines the border color of all video tiles.
borderColor - Defines the border color of all video tiles.BorderColor,
BorderColorVideoAttribute.Builder highlightColor(String highlightColor)
Defines the highlight color for the active video tile.
highlightColor - Defines the highlight color for the active video tile.HighlightColor,
HighlightColorVideoAttribute.Builder highlightColor(HighlightColor highlightColor)
Defines the highlight color for the active video tile.
highlightColor - Defines the highlight color for the active video tile.HighlightColor,
HighlightColorVideoAttribute.Builder borderThickness(Integer borderThickness)
Defines the border thickness for all video tiles.
borderThickness - Defines the border thickness for all video tiles.Copyright © 2023. All rights reserved.