Class CfnChannelPropsMixin.Scte20SourceSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.Scte20SourceSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.Scte20SourceSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.Scte20SourceSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.Scte20SourceSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.Scte20SourceSettingsProperty>
A builder for
CfnChannelPropsMixin.Scte20SourceSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.convert608To708(String convert608To708) Sets the value ofCfnChannelPropsMixin.Scte20SourceSettingsProperty.getConvert608To708()source608ChannelNumber(Number source608ChannelNumber)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
convert608To708
@Stability(Stable) public CfnChannelPropsMixin.Scte20SourceSettingsProperty.Builder convert608To708(String convert608To708) Sets the value ofCfnChannelPropsMixin.Scte20SourceSettingsProperty.getConvert608To708()- Parameters:
convert608To708- If upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. Any 708 data present in the source content is discarded.- Returns:
this
-
source608ChannelNumber
@Stability(Stable) public CfnChannelPropsMixin.Scte20SourceSettingsProperty.Builder source608ChannelNumber(Number source608ChannelNumber) - Parameters:
source608ChannelNumber- Specifies the 608/708 channel number within the video track from which to extract captions.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.Scte20SourceSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.Scte20SourceSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-