Class CfnChannelPropsMixin.InputLossFailoverSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.InputLossFailoverSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.InputLossFailoverSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.InputLossFailoverSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.InputLossFailoverSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.InputLossFailoverSettingsProperty>
A builder for
CfnChannelPropsMixin.InputLossFailoverSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inputLossThresholdMsec(Number inputLossThresholdMsec)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputLossThresholdMsec
@Stability(Stable) public CfnChannelPropsMixin.InputLossFailoverSettingsProperty.Builder inputLossThresholdMsec(Number inputLossThresholdMsec) Sets the value ofCfnChannelPropsMixin.InputLossFailoverSettingsProperty.getInputLossThresholdMsec()- Parameters:
inputLossThresholdMsec- The amount of time (in milliseconds) that no input is detected. After that time, an input failover will occur.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.InputLossFailoverSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.InputLossFailoverSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-