Class CfnChannelPropsMixin.EmbeddedSourceSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.EmbeddedSourceSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.EmbeddedSourceSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.EmbeddedSourceSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.EmbeddedSourceSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.EmbeddedSourceSettingsProperty>
A builder for
CfnChannelPropsMixin.EmbeddedSourceSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.convert608To708(String convert608To708) Sets the value ofCfnChannelPropsMixin.EmbeddedSourceSettingsProperty.getConvert608To708()scte20Detection(String scte20Detection) Sets the value ofCfnChannelPropsMixin.EmbeddedSourceSettingsProperty.getScte20Detection()source608ChannelNumber(Number source608ChannelNumber) source608TrackNumber(Number source608TrackNumber)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
convert608To708
@Stability(Stable) public CfnChannelPropsMixin.EmbeddedSourceSettingsProperty.Builder convert608To708(String convert608To708) Sets the value ofCfnChannelPropsMixin.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 CfnChannelPropsMixin.EmbeddedSourceSettingsProperty.Builder scte20Detection(String scte20Detection) Sets the value ofCfnChannelPropsMixin.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 CfnChannelPropsMixin.EmbeddedSourceSettingsProperty.Builder source608ChannelNumber(Number source608ChannelNumber) - 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 CfnChannelPropsMixin.EmbeddedSourceSettingsProperty.Builder source608TrackNumber(Number source608TrackNumber) - Parameters:
source608TrackNumber- This field is unused and deprecated.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.EmbeddedSourceSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.EmbeddedSourceSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-