Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.AllowedRenditionSize.Builder
-
Packages that use AllowedRenditionSize.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of AllowedRenditionSize.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return AllowedRenditionSize.Builder Modifier and Type Method Description static AllowedRenditionSize.BuilderAllowedRenditionSize. builder()AllowedRenditionSize.BuilderAllowedRenditionSize.Builder. height(Integer height)Use Height to define the video resolution height, in pixels, for this rule.AllowedRenditionSize.BuilderAllowedRenditionSize.Builder. required(String required)Set to ENABLED to force a rendition to be included.AllowedRenditionSize.BuilderAllowedRenditionSize.Builder. required(RequiredFlag required)Set to ENABLED to force a rendition to be included.AllowedRenditionSize.BuilderAllowedRenditionSize. toBuilder()AllowedRenditionSize.BuilderAllowedRenditionSize.Builder. width(Integer width)Use Width to define the video resolution width, in pixels, for this rule.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type AllowedRenditionSize.Builder Modifier and Type Method Description static Class<? extends AllowedRenditionSize.Builder>AllowedRenditionSize. serializableBuilderClass()
-