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