Class CfnChannel.TtmlDestinationSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.TtmlDestinationSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.TtmlDestinationSettingsProperty>
- Enclosing interface:
CfnChannel.TtmlDestinationSettingsProperty
@Stability(Stable)
public static final class CfnChannel.TtmlDestinationSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.TtmlDestinationSettingsProperty>
A builder for
CfnChannel.TtmlDestinationSettingsProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.styleControl
(String styleControl) Sets the value ofCfnChannel.TtmlDestinationSettingsProperty.getStyleControl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
styleControl
@Stability(Stable) public CfnChannel.TtmlDestinationSettingsProperty.Builder styleControl(String styleControl) Sets the value ofCfnChannel.TtmlDestinationSettingsProperty.getStyleControl()
- Parameters:
styleControl
- When set to passthrough, passes through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.TtmlDestinationSettingsProperty>
- Returns:
- a new instance of
CfnChannel.TtmlDestinationSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-