public static interface AllowedRenditionSize.Builder extends SdkPojo, CopyableBuilder<AllowedRenditionSize.Builder,AllowedRenditionSize>
| Modifier and Type | Method and Description |
|---|---|
AllowedRenditionSize.Builder |
height(Integer height)
Use Height to define the video resolution height, in pixels, for this rule.
|
AllowedRenditionSize.Builder |
required(RequiredFlag required)
Set to ENABLED to force a rendition to be included.
|
AllowedRenditionSize.Builder |
required(String required)
Set to ENABLED to force a rendition to be included.
|
AllowedRenditionSize.Builder |
width(Integer width)
Use Width to define the video resolution width, in pixels, for this rule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAllowedRenditionSize.Builder height(Integer height)
height - Use Height to define the video resolution height, in pixels, for this rule.AllowedRenditionSize.Builder required(String required)
required - Set to ENABLED to force a rendition to be included.RequiredFlag,
RequiredFlagAllowedRenditionSize.Builder required(RequiredFlag required)
required - Set to ENABLED to force a rendition to be included.RequiredFlag,
RequiredFlagAllowedRenditionSize.Builder width(Integer width)
width - Use Width to define the video resolution width, in pixels, for this rule.Copyright © 2023. All rights reserved.