Class Scte20CaptionSourceOptions.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.Scte20CaptionSourceOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<Scte20CaptionSourceOptions>
- Enclosing interface:
Scte20CaptionSourceOptions
@Stability(Experimental)
public static final class Scte20CaptionSourceOptions.Builder
extends Object
implements software.amazon.jsii.Builder<Scte20CaptionSourceOptions>
A builder for
Scte20CaptionSourceOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.convert608To708(Convert608To708 convert608To708) Sets the value ofScte20CaptionSourceOptions.getConvert608To708()source608ChannelNumber(Number source608ChannelNumber) Sets the value ofScte20CaptionSourceOptions.getSource608ChannelNumber()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
convert608To708
@Stability(Experimental) public Scte20CaptionSourceOptions.Builder convert608To708(Convert608To708 convert608To708) Sets the value ofScte20CaptionSourceOptions.getConvert608To708()- Parameters:
convert608To708- Whether to upconvert 608 captions to 708.- Returns:
this
-
source608ChannelNumber
@Stability(Experimental) public Scte20CaptionSourceOptions.Builder source608ChannelNumber(Number source608ChannelNumber) Sets the value ofScte20CaptionSourceOptions.getSource608ChannelNumber()- Parameters:
source608ChannelNumber- The 608/708 channel number within the video track to extract captions from.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Scte20CaptionSourceOptions>- Returns:
- a new instance of
Scte20CaptionSourceOptions - Throws:
NullPointerException- if any required attribute was not provided
-