Class CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty>
- Enclosing interface:
CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty
@Stability(Stable)
public static final class CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblackFrames(IResolvable blackFrames) build()Builds the configured instance.frozenFrames(IResolvable frozenFrames) silentAudio(IResolvable silentAudio)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
blackFrames
@Stability(Stable) public CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty.Builder blackFrames(IResolvable blackFrames) Sets the value ofCfnRouterInputPropsMixin.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 CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty.Builder blackFrames(CfnRouterInputPropsMixin.BlackFramesConfigurationProperty blackFrames) Sets the value ofCfnRouterInputPropsMixin.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 CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty.Builder frozenFrames(IResolvable frozenFrames) Sets the value ofCfnRouterInputPropsMixin.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 CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty.Builder frozenFrames(CfnRouterInputPropsMixin.FrozenFramesConfigurationProperty frozenFrames) Sets the value ofCfnRouterInputPropsMixin.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 CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty.Builder silentAudio(IResolvable silentAudio) Sets the value ofCfnRouterInputPropsMixin.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 CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty.Builder silentAudio(CfnRouterInputPropsMixin.SilentAudioConfigurationProperty silentAudio) Sets the value ofCfnRouterInputPropsMixin.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
@Stability(Stable) public CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty>- Returns:
- a new instance of
CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-