Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.VideoDetail.Builder
-
Packages that use VideoDetail.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of VideoDetail.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return VideoDetail.Builder Modifier and Type Method Description static VideoDetail.BuilderVideoDetail. builder()VideoDetail.BuilderVideoDetail.Builder. heightInPx(Integer heightInPx)Height in pixels for the outputVideoDetail.BuilderVideoDetail. toBuilder()VideoDetail.BuilderVideoDetail.Builder. widthInPx(Integer widthInPx)Width in pixels for the outputMethods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type VideoDetail.Builder Modifier and Type Method Description static Class<? extends VideoDetail.Builder>VideoDetail. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type VideoDetail.Builder Modifier and Type Method Description default OutputDetail.BuilderOutputDetail.Builder. videoDetails(Consumer<VideoDetail.Builder> videoDetails)Contains details about the output's video stream This is a convenience method that creates an instance of theVideoDetail.Builderavoiding the need to create one manually viaVideoDetail.builder().
-