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 Details

    • 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

      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:
    • 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

      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:
    • 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.