Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.InputClipping.Builder
-
Packages that use InputClipping.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of InputClipping.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return InputClipping.Builder Modifier and Type Method Description static InputClipping.BuilderInputClipping. builder()InputClipping.BuilderInputClipping.Builder. endTimecode(String endTimecode)Set End timecode to the end of the portion of the input you are clipping.InputClipping.BuilderInputClipping.Builder. startTimecode(String startTimecode)Set Start timecode to the beginning of the portion of the input you are clipping.InputClipping.BuilderInputClipping. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type InputClipping.Builder Modifier and Type Method Description static Class<? extends InputClipping.Builder>InputClipping. serializableBuilderClass()
-