Class AncillaryCaptionSourceOptions.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.AncillaryCaptionSourceOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AncillaryCaptionSourceOptions>
- Enclosing interface:
AncillaryCaptionSourceOptions
@Stability(Experimental)
public static final class AncillaryCaptionSourceOptions.Builder
extends Object
implements software.amazon.jsii.Builder<AncillaryCaptionSourceOptions>
A builder for
AncillaryCaptionSourceOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.sourceChannelNumber(Number sourceChannelNumber) Sets the value ofAncillaryCaptionSourceOptions.getSourceChannelNumber()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sourceChannelNumber
@Stability(Experimental) public AncillaryCaptionSourceOptions.Builder sourceChannelNumber(Number sourceChannelNumber) Sets the value ofAncillaryCaptionSourceOptions.getSourceChannelNumber()- Parameters:
sourceChannelNumber- The captions channel (1-4) to extract from the ancillary captions. Required when converting to another caption format; ignored when passing through as embedded.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AncillaryCaptionSourceOptions>- Returns:
- a new instance of
AncillaryCaptionSourceOptions - Throws:
NullPointerException- if any required attribute was not provided
-