@Stability(value=Stable) public static final class CfnChannel.HlsOutputSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.HlsOutputSettingsProperty>
CfnChannel.HlsOutputSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.HlsOutputSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.HlsOutputSettingsProperty.Builder |
h265PackagingType(String h265PackagingType)
Sets the value of
CfnChannel.HlsOutputSettingsProperty.getH265PackagingType() |
CfnChannel.HlsOutputSettingsProperty.Builder |
hlsSettings(CfnChannel.HlsSettingsProperty hlsSettings)
Sets the value of
CfnChannel.HlsOutputSettingsProperty.getHlsSettings() |
CfnChannel.HlsOutputSettingsProperty.Builder |
hlsSettings(IResolvable hlsSettings)
Sets the value of
CfnChannel.HlsOutputSettingsProperty.getHlsSettings() |
CfnChannel.HlsOutputSettingsProperty.Builder |
nameModifier(String nameModifier)
Sets the value of
CfnChannel.HlsOutputSettingsProperty.getNameModifier() |
CfnChannel.HlsOutputSettingsProperty.Builder |
segmentModifier(String segmentModifier)
Sets the value of
CfnChannel.HlsOutputSettingsProperty.getSegmentModifier() |
@Stability(value=Stable) public CfnChannel.HlsOutputSettingsProperty.Builder h265PackagingType(String h265PackagingType)
CfnChannel.HlsOutputSettingsProperty.getH265PackagingType()h265PackagingType - Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.this@Stability(value=Stable) public CfnChannel.HlsOutputSettingsProperty.Builder hlsSettings(CfnChannel.HlsSettingsProperty hlsSettings)
CfnChannel.HlsOutputSettingsProperty.getHlsSettings()hlsSettings - The settings regarding the underlying stream.
These settings are different for audio-only outputs.this@Stability(value=Stable) public CfnChannel.HlsOutputSettingsProperty.Builder hlsSettings(IResolvable hlsSettings)
CfnChannel.HlsOutputSettingsProperty.getHlsSettings()hlsSettings - The settings regarding the underlying stream.
These settings are different for audio-only outputs.this@Stability(value=Stable) public CfnChannel.HlsOutputSettingsProperty.Builder nameModifier(String nameModifier)
CfnChannel.HlsOutputSettingsProperty.getNameModifier()nameModifier - A string that is concatenated to the end of the destination file name.
Accepts "Format Identifiers":#formatIdentifierParameters.this@Stability(value=Stable) public CfnChannel.HlsOutputSettingsProperty.Builder segmentModifier(String segmentModifier)
CfnChannel.HlsOutputSettingsProperty.getSegmentModifier()segmentModifier - A string that is concatenated to the end of segment file names.this@Stability(value=Stable) public CfnChannel.HlsOutputSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.HlsOutputSettingsProperty>CfnChannel.HlsOutputSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.