Interface VideoAttribute.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VideoAttribute.Builder,
,VideoAttribute> SdkBuilder<VideoAttribute.Builder,
,VideoAttribute> SdkPojo
- Enclosing class:
VideoAttribute
public static interface VideoAttribute.Builder
extends SdkPojo, CopyableBuilder<VideoAttribute.Builder,VideoAttribute>
-
Method Summary
Modifier and TypeMethodDescriptionborderColor
(String borderColor) Defines the border color of all video tiles.borderColor
(BorderColor borderColor) Defines the border color of all video tiles.borderThickness
(Integer borderThickness) Defines the border thickness for all video tiles.cornerRadius
(Integer cornerRadius) Sets the corner radius of all video tiles.highlightColor
(String highlightColor) Defines the highlight color for the active video tile.highlightColor
(HighlightColor highlightColor) Defines the highlight color for the active video tile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
cornerRadius
Sets the corner radius of all video tiles.
- Parameters:
cornerRadius
- Sets the corner radius of all video tiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
borderColor
Defines the border color of all video tiles.
- Parameters:
borderColor
- Defines the border color of all video tiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
borderColor
Defines the border color of all video tiles.
- Parameters:
borderColor
- Defines the border color of all video tiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
highlightColor
Defines the highlight color for the active video tile.
- Parameters:
highlightColor
- Defines the highlight color for the active video tile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
highlightColor
Defines the highlight color for the active video tile.
- Parameters:
highlightColor
- Defines the highlight color for the active video tile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
borderThickness
Defines the border thickness for all video tiles.
- Parameters:
borderThickness
- Defines the border thickness for all video tiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-