public static final class CfnChannel.VideoCodecSettingsProperty.Builder
extends java.lang.Object
CfnChannel.VideoCodecSettingsProperty
Constructor and Description |
---|
Builder() |
public CfnChannel.VideoCodecSettingsProperty.Builder frameCaptureSettings(IResolvable frameCaptureSettings)
CfnChannel.VideoCodecSettingsProperty.getFrameCaptureSettings()
frameCaptureSettings
- The settings for the video codec in a frame capture output.this
public CfnChannel.VideoCodecSettingsProperty.Builder frameCaptureSettings(CfnChannel.FrameCaptureSettingsProperty frameCaptureSettings)
CfnChannel.VideoCodecSettingsProperty.getFrameCaptureSettings()
frameCaptureSettings
- The settings for the video codec in a frame capture output.this
public CfnChannel.VideoCodecSettingsProperty.Builder h264Settings(IResolvable h264Settings)
CfnChannel.VideoCodecSettingsProperty.getH264Settings()
h264Settings
- The settings for the H.264 codec in the output.this
public CfnChannel.VideoCodecSettingsProperty.Builder h264Settings(CfnChannel.H264SettingsProperty h264Settings)
CfnChannel.VideoCodecSettingsProperty.getH264Settings()
h264Settings
- The settings for the H.264 codec in the output.this
public CfnChannel.VideoCodecSettingsProperty.Builder h265Settings(IResolvable h265Settings)
CfnChannel.VideoCodecSettingsProperty.getH265Settings()
h265Settings
- Settings for video encoded with the H265 codec.this
public CfnChannel.VideoCodecSettingsProperty.Builder h265Settings(CfnChannel.H265SettingsProperty h265Settings)
CfnChannel.VideoCodecSettingsProperty.getH265Settings()
h265Settings
- Settings for video encoded with the H265 codec.this
public CfnChannel.VideoCodecSettingsProperty.Builder mpeg2Settings(IResolvable mpeg2Settings)
CfnChannel.VideoCodecSettingsProperty.getMpeg2Settings()
mpeg2Settings
- Settings for video encoded with the MPEG-2 codec.this
public CfnChannel.VideoCodecSettingsProperty.Builder mpeg2Settings(CfnChannel.Mpeg2SettingsProperty mpeg2Settings)
CfnChannel.VideoCodecSettingsProperty.getMpeg2Settings()
mpeg2Settings
- Settings for video encoded with the MPEG-2 codec.this
public CfnChannel.VideoCodecSettingsProperty build()
CfnChannel.VideoCodecSettingsProperty
java.lang.NullPointerException
- if any required attribute was not provided