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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VideoAttribute.BuilderborderColor(String borderColor)Defines the border color of all video tiles.VideoAttribute.BuilderborderColor(BorderColor borderColor)Defines the border color of all video tiles.VideoAttribute.BuilderborderThickness(Integer borderThickness)Defines the border thickness for all video tiles.VideoAttribute.BuildercornerRadius(Integer cornerRadius)Sets the corner radius of all video tiles.VideoAttribute.BuilderhighlightColor(String highlightColor)Defines the highlight color for the active video tile.VideoAttribute.BuilderhighlightColor(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
cornerRadius
VideoAttribute.Builder cornerRadius(Integer 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
VideoAttribute.Builder borderColor(String 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,BorderColor
-
borderColor
VideoAttribute.Builder borderColor(BorderColor 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,BorderColor
-
highlightColor
VideoAttribute.Builder highlightColor(String 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,HighlightColor
-
highlightColor
VideoAttribute.Builder highlightColor(HighlightColor 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,HighlightColor
-
borderThickness
VideoAttribute.Builder borderThickness(Integer 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.
-
-