Class CfnChannelPropsMixin.TtmlDestinationSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.TtmlDestinationSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.TtmlDestinationSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.TtmlDestinationSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.TtmlDestinationSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.TtmlDestinationSettingsProperty>
A builder for
CfnChannelPropsMixin.TtmlDestinationSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.styleControl(String styleControl) Sets the value ofCfnChannelPropsMixin.TtmlDestinationSettingsProperty.getStyleControl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
styleControl
@Stability(Stable) public CfnChannelPropsMixin.TtmlDestinationSettingsProperty.Builder styleControl(String styleControl) Sets the value ofCfnChannelPropsMixin.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:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.TtmlDestinationSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.TtmlDestinationSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-