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.
|
copy
applyMutation, build
Clip.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 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.Builder
timeSpan(TimeSpan)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.