public static interface OutputDetail.Builder extends CopyableBuilder<OutputDetail.Builder,OutputDetail>
Modifier and Type | Method and Description |
---|---|
OutputDetail.Builder |
durationInMs(Integer durationInMs)
Duration in milliseconds
|
default OutputDetail.Builder |
videoDetails(Consumer<VideoDetail.Builder> videoDetails)
Sets the value of the VideoDetails property for this object.
|
OutputDetail.Builder |
videoDetails(VideoDetail videoDetails)
Sets the value of the VideoDetails property for this object.
|
copy
applyMutation, build
OutputDetail.Builder durationInMs(Integer durationInMs)
durationInMs
- Duration in millisecondsOutputDetail.Builder videoDetails(VideoDetail videoDetails)
videoDetails
- The new value for the VideoDetails property for this object.default OutputDetail.Builder videoDetails(Consumer<VideoDetail.Builder> videoDetails)
VideoDetail.Builder
avoiding the need to create
one manually via VideoDetail.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to videoDetails(VideoDetail)
.videoDetails
- a consumer that will call methods on VideoDetail.Builder
videoDetails(VideoDetail)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.