public static interface VideoCodecSettings.Builder extends CopyableBuilder<VideoCodecSettings.Builder,VideoCodecSettings>
| Modifier and Type | Method and Description |
|---|---|
default VideoCodecSettings.Builder |
h264Settings(Consumer<H264Settings.Builder> h264Settings)
Sets the value of the H264Settings property for this object.
|
VideoCodecSettings.Builder |
h264Settings(H264Settings h264Settings)
Sets the value of the H264Settings property for this object.
|
copyapply, buildVideoCodecSettings.Builder h264Settings(H264Settings h264Settings)
h264Settings - The new value for the H264Settings property for this object.default VideoCodecSettings.Builder h264Settings(Consumer<H264Settings.Builder> h264Settings)
H264Settings.Builder avoiding the need to
create one manually via H264Settings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to h264Settings(H264Settings).h264Settings - a consumer that will call methods on H264Settings.Builderh264Settings(H264Settings)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.