Class CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty>
- Enclosing interface:
CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty
@Stability(Stable)
public static final class CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblackFrames(IResolvable blackFrames) build()Builds the configured instance.frozenFrames(IResolvable frozenFrames) frozenFrames(CfnRouterInput.FrozenFramesConfigurationProperty frozenFrames) silentAudio(IResolvable silentAudio)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
blackFrames
@Stability(Stable) public CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Builder blackFrames(IResolvable blackFrames) Sets the value ofCfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.getBlackFrames()- Parameters:
blackFrames- Detects black frames in the router input's source content and reports them through a CloudWatch metric, an EventBridge event, and a router input message.- Returns:
this
-
blackFrames
@Stability(Stable) public CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Builder blackFrames(CfnRouterInput.BlackFramesConfigurationProperty blackFrames) Sets the value ofCfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.getBlackFrames()- Parameters:
blackFrames- Detects black frames in the router input's source content and reports them through a CloudWatch metric, an EventBridge event, and a router input message.- Returns:
this
-
frozenFrames
@Stability(Stable) public CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Builder frozenFrames(IResolvable frozenFrames) Sets the value ofCfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.getFrozenFrames()- Parameters:
frozenFrames- Detects frozen video frames in the router input's source content and reports them through a CloudWatch metric, an EventBridge event, and a router input message.- Returns:
this
-
frozenFrames
@Stability(Stable) public CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Builder frozenFrames(CfnRouterInput.FrozenFramesConfigurationProperty frozenFrames) Sets the value ofCfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.getFrozenFrames()- Parameters:
frozenFrames- Detects frozen video frames in the router input's source content and reports them through a CloudWatch metric, an EventBridge event, and a router input message.- Returns:
this
-
silentAudio
@Stability(Stable) public CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Builder silentAudio(IResolvable silentAudio) Sets the value ofCfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.getSilentAudio()- Parameters:
silentAudio- Detects silent audio in the router input's source content and reports it through a CloudWatch metric, an EventBridge event, and a router input message.- Returns:
this
-
silentAudio
@Stability(Stable) public CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.Builder silentAudio(CfnRouterInput.SilentAudioConfigurationProperty silentAudio) Sets the value ofCfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty.getSilentAudio()- Parameters:
silentAudio- Detects silent audio in the router input's source content and reports it through a CloudWatch metric, an EventBridge event, and a router input message.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty>- Returns:
- a new instance of
CfnRouterInput.ContentQualityAnalysisFeatureConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-