public static final class CfnChannel.StandardHlsSettingsProperty.Builder
extends java.lang.Object
CfnChannel.StandardHlsSettingsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnChannel.StandardHlsSettingsProperty.Builder |
audioRenditionSets(java.lang.String audioRenditionSets)
Sets the value of
CfnChannel.StandardHlsSettingsProperty.getAudioRenditionSets() |
CfnChannel.StandardHlsSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.StandardHlsSettingsProperty.Builder |
m3U8Settings(CfnChannel.M3u8SettingsProperty m3U8Settings)
Sets the value of
CfnChannel.StandardHlsSettingsProperty.getM3U8Settings() |
CfnChannel.StandardHlsSettingsProperty.Builder |
m3U8Settings(IResolvable m3U8Settings)
Sets the value of
CfnChannel.StandardHlsSettingsProperty.getM3U8Settings() |
public CfnChannel.StandardHlsSettingsProperty.Builder audioRenditionSets(java.lang.String audioRenditionSets)
CfnChannel.StandardHlsSettingsProperty.getAudioRenditionSets()
audioRenditionSets
- Lists all the audio groups that are used with the video output stream.
This inputs all the audio GROUP-IDs that are associated with the video, separated by a comma (,).this
public CfnChannel.StandardHlsSettingsProperty.Builder m3U8Settings(IResolvable m3U8Settings)
CfnChannel.StandardHlsSettingsProperty.getM3U8Settings()
m3U8Settings
- Settings for the M3U8 container.this
public CfnChannel.StandardHlsSettingsProperty.Builder m3U8Settings(CfnChannel.M3u8SettingsProperty m3U8Settings)
CfnChannel.StandardHlsSettingsProperty.getM3U8Settings()
m3U8Settings
- Settings for the M3U8 container.this
public CfnChannel.StandardHlsSettingsProperty build()
CfnChannel.StandardHlsSettingsProperty
java.lang.NullPointerException
- if any required attribute was not provided