Uses of Interface
software.amazon.awssdk.services.elastictranscoder.model.TimeSpan.Builder
-
Packages that use TimeSpan.Builder Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of TimeSpan.Builder in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return TimeSpan.Builder Modifier and Type Method Description static TimeSpan.BuilderTimeSpan. builder()TimeSpan.BuilderTimeSpan.Builder. duration(String duration)The duration of the clip.TimeSpan.BuilderTimeSpan.Builder. startTime(String startTime)The place in the input file where you want a clip to start.TimeSpan.BuilderTimeSpan. toBuilder()Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type TimeSpan.Builder Modifier and Type Method Description static Class<? extends TimeSpan.Builder>TimeSpan. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elastictranscoder.model with type arguments of type TimeSpan.Builder Modifier and Type Method Description default Clip.BuilderClip.Builder. timeSpan(Consumer<TimeSpan.Builder> timeSpan)Settings that determine when a clip begins and how long it lasts.default JobInput.BuilderJobInput.Builder. timeSpan(Consumer<TimeSpan.Builder> timeSpan)Settings for clipping an input.
-