Class CfnFlowPropsMixin.VideoMonitoringSettingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowPropsMixin.VideoMonitoringSettingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.VideoMonitoringSettingProperty>
- Enclosing interface:
CfnFlowPropsMixin.VideoMonitoringSettingProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.VideoMonitoringSettingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.VideoMonitoringSettingProperty>
A builder for
CfnFlowPropsMixin.VideoMonitoringSettingProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblackFrames(CfnFlowPropsMixin.BlackFramesProperty blackFrames) Sets the value ofCfnFlowPropsMixin.VideoMonitoringSettingProperty.getBlackFrames()blackFrames(IResolvable blackFrames) Sets the value ofCfnFlowPropsMixin.VideoMonitoringSettingProperty.getBlackFrames()build()Builds the configured instance.frozenFrames(CfnFlowPropsMixin.FrozenFramesProperty frozenFrames) Sets the value ofCfnFlowPropsMixin.VideoMonitoringSettingProperty.getFrozenFrames()frozenFrames(IResolvable frozenFrames) Sets the value ofCfnFlowPropsMixin.VideoMonitoringSettingProperty.getFrozenFrames()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
blackFrames
@Stability(Stable) public CfnFlowPropsMixin.VideoMonitoringSettingProperty.Builder blackFrames(IResolvable blackFrames) Sets the value ofCfnFlowPropsMixin.VideoMonitoringSettingProperty.getBlackFrames()- Parameters:
blackFrames- Detects video frames that are black.- Returns:
this
-
blackFrames
@Stability(Stable) public CfnFlowPropsMixin.VideoMonitoringSettingProperty.Builder blackFrames(CfnFlowPropsMixin.BlackFramesProperty blackFrames) Sets the value ofCfnFlowPropsMixin.VideoMonitoringSettingProperty.getBlackFrames()- Parameters:
blackFrames- Detects video frames that are black.- Returns:
this
-
frozenFrames
@Stability(Stable) public CfnFlowPropsMixin.VideoMonitoringSettingProperty.Builder frozenFrames(IResolvable frozenFrames) Sets the value ofCfnFlowPropsMixin.VideoMonitoringSettingProperty.getFrozenFrames()- Parameters:
frozenFrames- Detects video frames that have not changed.- Returns:
this
-
frozenFrames
@Stability(Stable) public CfnFlowPropsMixin.VideoMonitoringSettingProperty.Builder frozenFrames(CfnFlowPropsMixin.FrozenFramesProperty frozenFrames) Sets the value ofCfnFlowPropsMixin.VideoMonitoringSettingProperty.getFrozenFrames()- Parameters:
frozenFrames- Detects video frames that have not changed.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.VideoMonitoringSettingProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.VideoMonitoringSettingProperty - Throws:
NullPointerException- if any required attribute was not provided
-