Class CfnChannel.StandardHlsSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.StandardHlsSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.StandardHlsSettingsProperty>
- Enclosing interface:
CfnChannel.StandardHlsSettingsProperty
@Stability(Stable)
public static final class CfnChannel.StandardHlsSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.StandardHlsSettingsProperty>
A builder for
CfnChannel.StandardHlsSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaudioRenditionSets(String audioRenditionSets) Sets the value ofCfnChannel.StandardHlsSettingsProperty.getAudioRenditionSets()build()Builds the configured instance.m3U8Settings(IResolvable m3U8Settings) Sets the value ofCfnChannel.StandardHlsSettingsProperty.getM3U8Settings()m3U8Settings(CfnChannel.M3u8SettingsProperty m3U8Settings) Sets the value ofCfnChannel.StandardHlsSettingsProperty.getM3U8Settings()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
audioRenditionSets
@Stability(Stable) public CfnChannel.StandardHlsSettingsProperty.Builder audioRenditionSets(String audioRenditionSets) Sets the value ofCfnChannel.StandardHlsSettingsProperty.getAudioRenditionSets()- Parameters:
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 (,).- Returns:
this
-
m3U8Settings
@Stability(Stable) public CfnChannel.StandardHlsSettingsProperty.Builder m3U8Settings(IResolvable m3U8Settings) Sets the value ofCfnChannel.StandardHlsSettingsProperty.getM3U8Settings()- Parameters:
m3U8Settings- Settings for the M3U8 container.- Returns:
this
-
m3U8Settings
@Stability(Stable) public CfnChannel.StandardHlsSettingsProperty.Builder m3U8Settings(CfnChannel.M3u8SettingsProperty m3U8Settings) Sets the value ofCfnChannel.StandardHlsSettingsProperty.getM3U8Settings()- Parameters:
m3U8Settings- Settings for the M3U8 container.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.StandardHlsSettingsProperty>- Returns:
- a new instance of
CfnChannel.StandardHlsSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-