Class CfnRouterInputPropsMixin.BlackFramesConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnRouterInputPropsMixin.BlackFramesConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterInputPropsMixin.BlackFramesConfigurationProperty>
- Enclosing interface:
CfnRouterInputPropsMixin.BlackFramesConfigurationProperty
@Stability(Stable)
public static final class CfnRouterInputPropsMixin.BlackFramesConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterInputPropsMixin.BlackFramesConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnRouterInputPropsMixin.BlackFramesConfigurationProperty.getState()thresholdSeconds(Number thresholdSeconds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
state
@Stability(Stable) public CfnRouterInputPropsMixin.BlackFramesConfigurationProperty.Builder state(String state) Sets the value ofCfnRouterInputPropsMixin.BlackFramesConfigurationProperty.getState()- Parameters:
state- the value to be set.- Returns:
this
-
thresholdSeconds
@Stability(Stable) public CfnRouterInputPropsMixin.BlackFramesConfigurationProperty.Builder thresholdSeconds(Number thresholdSeconds) - Parameters:
thresholdSeconds- The number of consecutive seconds of black frames that MediaConnect must detect before it reports an issue.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterInputPropsMixin.BlackFramesConfigurationProperty>- Returns:
- a new instance of
CfnRouterInputPropsMixin.BlackFramesConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-