Interface InputLossFailoverSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputLossFailoverSettings.Builder,InputLossFailoverSettings>,SdkBuilder<InputLossFailoverSettings.Builder,InputLossFailoverSettings>,SdkPojo
- Enclosing class:
- InputLossFailoverSettings
public static interface InputLossFailoverSettings.Builder extends SdkPojo, CopyableBuilder<InputLossFailoverSettings.Builder,InputLossFailoverSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputLossFailoverSettings.BuilderinputLossThresholdMsec(Integer inputLossThresholdMsec)The amount of time (in milliseconds) that no input is detected.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
inputLossThresholdMsec
InputLossFailoverSettings.Builder inputLossThresholdMsec(Integer inputLossThresholdMsec)
The amount of time (in milliseconds) that no input is detected. After that time, an input failover will occur.- Parameters:
inputLossThresholdMsec- The amount of time (in milliseconds) that no input is detected. After that time, an input failover will occur.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-