Class InputLossFailoverProps.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.InputLossFailoverProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<InputLossFailoverProps>
- Enclosing interface:
InputLossFailoverProps
@Stability(Experimental)
public static final class InputLossFailoverProps.Builder
extends Object
implements software.amazon.jsii.Builder<InputLossFailoverProps>
A builder for
InputLossFailoverProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofInputLossFailoverProps.getThreshold()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
threshold
Sets the value ofInputLossFailoverProps.getThreshold()- Parameters:
threshold- The amount of time with no input detected before failover occurs.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<InputLossFailoverProps>- Returns:
- a new instance of
InputLossFailoverProps - Throws:
NullPointerException- if any required attribute was not provided
-