Class CfnRouterInputPropsMixin.RouterContentQualityAnalysisConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnRouterInputPropsMixin.RouterContentQualityAnalysisConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterInputPropsMixin.RouterContentQualityAnalysisConfigurationProperty>
- Enclosing interface:
CfnRouterInputPropsMixin.RouterContentQualityAnalysisConfigurationProperty
@Stability(Stable)
public static final class CfnRouterInputPropsMixin.RouterContentQualityAnalysisConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterInputPropsMixin.RouterContentQualityAnalysisConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.contentLevel(CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty contentLevel) contentLevel(IResolvable contentLevel)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
contentLevel
@Stability(Stable) public CfnRouterInputPropsMixin.RouterContentQualityAnalysisConfigurationProperty.Builder contentLevel(IResolvable contentLevel) Sets the value ofCfnRouterInputPropsMixin.RouterContentQualityAnalysisConfigurationProperty.getContentLevel()- Parameters:
contentLevel- Configures the content quality analysis features for the router input.- Returns:
this
-
contentLevel
@Stability(Stable) public CfnRouterInputPropsMixin.RouterContentQualityAnalysisConfigurationProperty.Builder contentLevel(CfnRouterInputPropsMixin.ContentQualityAnalysisFeatureConfigurationProperty contentLevel) Sets the value ofCfnRouterInputPropsMixin.RouterContentQualityAnalysisConfigurationProperty.getContentLevel()- Parameters:
contentLevel- Configures the content quality analysis features for the router input.- Returns:
this
-
build
@Stability(Stable) public CfnRouterInputPropsMixin.RouterContentQualityAnalysisConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterInputPropsMixin.RouterContentQualityAnalysisConfigurationProperty>- Returns:
- a new instance of
CfnRouterInputPropsMixin.RouterContentQualityAnalysisConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-