Class CfnChannelPropsMixin.SmartSubtitleSourceSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.SmartSubtitleSourceSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.SmartSubtitleSourceSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.SmartSubtitleSourceSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.SmartSubtitleSourceSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.SmartSubtitleSourceSettingsProperty>
A builder for
CfnChannelPropsMixin.SmartSubtitleSourceSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.captionSynchronizationMode(String captionSynchronizationMode) inferenceFeedOutput(String inferenceFeedOutput)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
captionSynchronizationMode
@Stability(Stable) public CfnChannelPropsMixin.SmartSubtitleSourceSettingsProperty.Builder captionSynchronizationMode(String captionSynchronizationMode) Sets the value ofCfnChannelPropsMixin.SmartSubtitleSourceSettingsProperty.getCaptionSynchronizationMode()- Parameters:
captionSynchronizationMode- the value to be set.- Returns:
this
-
inferenceFeedOutput
@Stability(Stable) public CfnChannelPropsMixin.SmartSubtitleSourceSettingsProperty.Builder inferenceFeedOutput(String inferenceFeedOutput) - Parameters:
inferenceFeedOutput- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.SmartSubtitleSourceSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.SmartSubtitleSourceSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-