Class CfnChannelPropsMixin.WebvttDestinationSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.WebvttDestinationSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.WebvttDestinationSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.WebvttDestinationSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.WebvttDestinationSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.WebvttDestinationSettingsProperty>
A builder for
CfnChannelPropsMixin.WebvttDestinationSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.styleControl(String styleControl) Sets the value ofCfnChannelPropsMixin.WebvttDestinationSettingsProperty.getStyleControl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
styleControl
@Stability(Stable) public CfnChannelPropsMixin.WebvttDestinationSettingsProperty.Builder styleControl(String styleControl) Sets the value ofCfnChannelPropsMixin.WebvttDestinationSettingsProperty.getStyleControl()- Parameters:
styleControl- Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.WebvttDestinationSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.WebvttDestinationSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-