Class CfnChannelPropsMixin.AncillarySourceSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.AncillarySourceSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.AncillarySourceSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.AncillarySourceSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.AncillarySourceSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.AncillarySourceSettingsProperty>
A builder for
CfnChannelPropsMixin.AncillarySourceSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.sourceAncillaryChannelNumber(Number sourceAncillaryChannelNumber)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sourceAncillaryChannelNumber
@Stability(Stable) public CfnChannelPropsMixin.AncillarySourceSettingsProperty.Builder sourceAncillaryChannelNumber(Number sourceAncillaryChannelNumber) Sets the value ofCfnChannelPropsMixin.AncillarySourceSettingsProperty.getSourceAncillaryChannelNumber()- Parameters:
sourceAncillaryChannelNumber- Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions. If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.AncillarySourceSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.AncillarySourceSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-