Interface AllowedRenditionSize.Builder

    • Method Detail

      • height

        AllowedRenditionSize.Builder height​(Integer 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

        AllowedRenditionSize.Builder required​(String 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:
        RequiredFlag, RequiredFlag
      • required

        AllowedRenditionSize.Builder required​(RequiredFlag 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:
        RequiredFlag, RequiredFlag
      • width

        AllowedRenditionSize.Builder width​(Integer 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.