Class CfnChannelPropsMixin.HlsOutputSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.HlsOutputSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.HlsOutputSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.HlsOutputSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.HlsOutputSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.HlsOutputSettingsProperty>
A builder for
CfnChannelPropsMixin.HlsOutputSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.h265PackagingType(String h265PackagingType) Sets the value ofCfnChannelPropsMixin.HlsOutputSettingsProperty.getH265PackagingType()hlsSettings(CfnChannelPropsMixin.HlsSettingsProperty hlsSettings) Sets the value ofCfnChannelPropsMixin.HlsOutputSettingsProperty.getHlsSettings()hlsSettings(IResolvable hlsSettings) Sets the value ofCfnChannelPropsMixin.HlsOutputSettingsProperty.getHlsSettings()nameModifier(String nameModifier) Sets the value ofCfnChannelPropsMixin.HlsOutputSettingsProperty.getNameModifier()segmentModifier(String segmentModifier) Sets the value ofCfnChannelPropsMixin.HlsOutputSettingsProperty.getSegmentModifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
h265PackagingType
@Stability(Stable) public CfnChannelPropsMixin.HlsOutputSettingsProperty.Builder h265PackagingType(String h265PackagingType) Sets the value ofCfnChannelPropsMixin.HlsOutputSettingsProperty.getH265PackagingType()- Parameters:
h265PackagingType- Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.- Returns:
this
-
hlsSettings
@Stability(Stable) public CfnChannelPropsMixin.HlsOutputSettingsProperty.Builder hlsSettings(IResolvable hlsSettings) Sets the value ofCfnChannelPropsMixin.HlsOutputSettingsProperty.getHlsSettings()- Parameters:
hlsSettings- The settings regarding the underlying stream. These settings are different for audio-only outputs.- Returns:
this
-
hlsSettings
@Stability(Stable) public CfnChannelPropsMixin.HlsOutputSettingsProperty.Builder hlsSettings(CfnChannelPropsMixin.HlsSettingsProperty hlsSettings) Sets the value ofCfnChannelPropsMixin.HlsOutputSettingsProperty.getHlsSettings()- Parameters:
hlsSettings- The settings regarding the underlying stream. These settings are different for audio-only outputs.- Returns:
this
-
nameModifier
@Stability(Stable) public CfnChannelPropsMixin.HlsOutputSettingsProperty.Builder nameModifier(String nameModifier) Sets the value ofCfnChannelPropsMixin.HlsOutputSettingsProperty.getNameModifier()- Parameters:
nameModifier- A string that is concatenated to the end of the destination file name. Accepts "Format Identifiers":#formatIdentifierParameters.- Returns:
this
-
segmentModifier
@Stability(Stable) public CfnChannelPropsMixin.HlsOutputSettingsProperty.Builder segmentModifier(String segmentModifier) Sets the value ofCfnChannelPropsMixin.HlsOutputSettingsProperty.getSegmentModifier()- Parameters:
segmentModifier- A string that is concatenated to the end of segment file names.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.HlsOutputSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.HlsOutputSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-