Class CfnChannel.AncillarySourceSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.AncillarySourceSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.AncillarySourceSettingsProperty>
- Enclosing interface:
CfnChannel.AncillarySourceSettingsProperty
@Stability(Stable)
public static final class CfnChannel.AncillarySourceSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.AncillarySourceSettingsProperty>
A builder for
CfnChannel.AncillarySourceSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.sourceAncillaryChannelNumber
(Number sourceAncillaryChannelNumber)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sourceAncillaryChannelNumber
@Stability(Stable) public CfnChannel.AncillarySourceSettingsProperty.Builder sourceAncillaryChannelNumber(Number sourceAncillaryChannelNumber) - 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.AncillarySourceSettingsProperty>
- Returns:
- a new instance of
CfnChannel.AncillarySourceSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-