Interface AllowedRenditionSize.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AllowedRenditionSize.Builder,AllowedRenditionSize>, SdkBuilder<AllowedRenditionSize.Builder,AllowedRenditionSize>, SdkPojo
Enclosing class:
AllowedRenditionSize

public static interface AllowedRenditionSize.Builder extends SdkPojo, CopyableBuilder<AllowedRenditionSize.Builder,AllowedRenditionSize>
  • Method Details

    • height

      Use Height to define the video resolution height, in pixels, for this rule.
      Parameters:
      height - Use Height to define the video resolution height, in pixels, for this rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • required

      Set to ENABLED to force a rendition to be included.
      Parameters:
      required - Set to ENABLED to force a rendition to be included.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • required

      Set to ENABLED to force a rendition to be included.
      Parameters:
      required - Set to ENABLED to force a rendition to be included.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • width

      Use Width to define the video resolution width, in pixels, for this rule.
      Parameters:
      width - Use Width to define the video resolution width, in pixels, for this rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.