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