Class CfnChannel.InputLossFailoverSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.InputLossFailoverSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.InputLossFailoverSettingsProperty>
- Enclosing interface:
CfnChannel.InputLossFailoverSettingsProperty
@Stability(Stable)
public static final class CfnChannel.InputLossFailoverSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.InputLossFailoverSettingsProperty>
A builder for
CfnChannel.InputLossFailoverSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.inputLossThresholdMsec
(Number inputLossThresholdMsec) Sets the value ofCfnChannel.InputLossFailoverSettingsProperty.getInputLossThresholdMsec()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputLossThresholdMsec
@Stability(Stable) public CfnChannel.InputLossFailoverSettingsProperty.Builder inputLossThresholdMsec(Number inputLossThresholdMsec) Sets the value ofCfnChannel.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.InputLossFailoverSettingsProperty>
- Returns:
- a new instance of
CfnChannel.InputLossFailoverSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-