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