Class CfnChannel.EmbeddedSourceSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.EmbeddedSourceSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.EmbeddedSourceSettingsProperty>
- Enclosing interface:
- CfnChannel.EmbeddedSourceSettingsProperty
@Stability(Stable)
public static final class CfnChannel.EmbeddedSourceSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.EmbeddedSourceSettingsProperty>
A builder for
CfnChannel.EmbeddedSourceSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.convert608To708
(String convert608To708) Sets the value ofCfnChannel.EmbeddedSourceSettingsProperty.getConvert608To708()
scte20Detection
(String scte20Detection) Sets the value ofCfnChannel.EmbeddedSourceSettingsProperty.getScte20Detection()
source608ChannelNumber
(Number source608ChannelNumber) Sets the value ofCfnChannel.EmbeddedSourceSettingsProperty.getSource608ChannelNumber()
source608TrackNumber
(Number source608TrackNumber) Sets the value ofCfnChannel.EmbeddedSourceSettingsProperty.getSource608TrackNumber()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
convert608To708
@Stability(Stable) public CfnChannel.EmbeddedSourceSettingsProperty.Builder convert608To708(String convert608To708) Sets the value ofCfnChannel.EmbeddedSourceSettingsProperty.getConvert608To708()
- Parameters:
convert608To708
- If this is upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. If 708 data is present in the source content, it is discarded.- Returns:
this
-
scte20Detection
@Stability(Stable) public CfnChannel.EmbeddedSourceSettingsProperty.Builder scte20Detection(String scte20Detection) Sets the value ofCfnChannel.EmbeddedSourceSettingsProperty.getScte20Detection()
- Parameters:
scte20Detection
- Set to "auto" to handle streams with intermittent or non-aligned SCTE-20 and embedded captions.- Returns:
this
-
source608ChannelNumber
@Stability(Stable) public CfnChannel.EmbeddedSourceSettingsProperty.Builder source608ChannelNumber(Number source608ChannelNumber) Sets the value ofCfnChannel.EmbeddedSourceSettingsProperty.getSource608ChannelNumber()
- Parameters:
source608ChannelNumber
- Specifies the 608/708 channel number within the video track from which to extract captions. This is unused for passthrough.- Returns:
this
-
source608TrackNumber
@Stability(Stable) public CfnChannel.EmbeddedSourceSettingsProperty.Builder source608TrackNumber(Number source608TrackNumber) Sets the value ofCfnChannel.EmbeddedSourceSettingsProperty.getSource608TrackNumber()
- Parameters:
source608TrackNumber
- This field is unused and deprecated.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.EmbeddedSourceSettingsProperty>
- Returns:
- a new instance of
CfnChannel.EmbeddedSourceSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-