public static interface Clip.Builder extends SdkPojo, CopyableBuilder<Clip.Builder,Clip>
| Modifier and Type | Method and Description |
|---|---|
default Clip.Builder |
timeSpan(Consumer<TimeSpan.Builder> timeSpan)
Settings that determine when a clip begins and how long it lasts.
|
Clip.Builder |
timeSpan(TimeSpan timeSpan)
Settings that determine when a clip begins and how long it lasts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClip.Builder timeSpan(TimeSpan timeSpan)
Settings that determine when a clip begins and how long it lasts.
timeSpan - Settings that determine when a clip begins and how long it lasts.default Clip.Builder timeSpan(Consumer<TimeSpan.Builder> timeSpan)
Settings that determine when a clip begins and how long it lasts.
This is a convenience method that creates an instance of theTimeSpan.Builder avoiding the need to
create one manually via TimeSpan.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to timeSpan(TimeSpan).
timeSpan - a consumer that will call methods on TimeSpan.BuildertimeSpan(TimeSpan)Copyright © 2023. All rights reserved.