Interface InputLossFailoverSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InputLossFailoverSettings.Builder,
,InputLossFailoverSettings> SdkBuilder<InputLossFailoverSettings.Builder,
,InputLossFailoverSettings> SdkPojo
- Enclosing class:
InputLossFailoverSettings
@Mutable
@NotThreadSafe
public static interface InputLossFailoverSettings.Builder
extends SdkPojo, CopyableBuilder<InputLossFailoverSettings.Builder,InputLossFailoverSettings>
-
Method Summary
Modifier and TypeMethodDescriptioninputLossThresholdMsec
(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 Details
-
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.
-