@Stability(value=Stable) public static final class CfnChannel.StandardHlsSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.StandardHlsSettingsProperty>
CfnChannel.StandardHlsSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.StandardHlsSettingsProperty.Builder |
audioRenditionSets(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() |
@Stability(value=Stable) public CfnChannel.StandardHlsSettingsProperty.Builder audioRenditionSets(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@Stability(value=Stable) public CfnChannel.StandardHlsSettingsProperty.Builder m3U8Settings(CfnChannel.M3u8SettingsProperty m3U8Settings)
CfnChannel.StandardHlsSettingsProperty.getM3U8Settings()m3U8Settings - Settings for the M3U8 container.this@Stability(value=Stable) public CfnChannel.StandardHlsSettingsProperty.Builder m3U8Settings(IResolvable m3U8Settings)
CfnChannel.StandardHlsSettingsProperty.getM3U8Settings()m3U8Settings - Settings for the M3U8 container.this@Stability(value=Stable) public CfnChannel.StandardHlsSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.StandardHlsSettingsProperty>CfnChannel.StandardHlsSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.