public static interface AutomaticInputFailoverSettings.Builder extends SdkPojo, CopyableBuilder<AutomaticInputFailoverSettings.Builder,AutomaticInputFailoverSettings>
| Modifier and Type | Method and Description |
|---|---|
AutomaticInputFailoverSettings.Builder |
errorClearTimeMsec(Integer errorClearTimeMsec)
This clear time defines the requirement a recovered input must meet to be considered healthy.
|
AutomaticInputFailoverSettings.Builder |
failoverConditions(Collection<FailoverCondition> failoverConditions)
A list of failover conditions.
|
AutomaticInputFailoverSettings.Builder |
failoverConditions(Consumer<FailoverCondition.Builder>... failoverConditions)
A list of failover conditions.
|
AutomaticInputFailoverSettings.Builder |
failoverConditions(FailoverCondition... failoverConditions)
A list of failover conditions.
|
AutomaticInputFailoverSettings.Builder |
inputPreference(InputPreference inputPreference)
Input preference when deciding which input to make active when a previously failed input has recovered.
|
AutomaticInputFailoverSettings.Builder |
inputPreference(String inputPreference)
Input preference when deciding which input to make active when a previously failed input has recovered.
|
AutomaticInputFailoverSettings.Builder |
secondaryInputId(String secondaryInputId)
The input ID of the secondary input in the automatic input failover pair.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutomaticInputFailoverSettings.Builder errorClearTimeMsec(Integer errorClearTimeMsec)
errorClearTimeMsec - This clear time defines the requirement a recovered input must meet to be considered healthy. The
input must have no failover conditions for this length of time. Enter a time in milliseconds. This
value is particularly important if the input_preference for the failover pair is set to
PRIMARY_INPUT_PREFERRED, because after this time, MediaLive will switch back to the primary input.AutomaticInputFailoverSettings.Builder failoverConditions(Collection<FailoverCondition> failoverConditions)
failoverConditions - A list of failover conditions. If any of these conditions occur, MediaLive will perform a failover to
the other input.AutomaticInputFailoverSettings.Builder failoverConditions(FailoverCondition... failoverConditions)
failoverConditions - A list of failover conditions. If any of these conditions occur, MediaLive will perform a failover to
the other input.AutomaticInputFailoverSettings.Builder failoverConditions(Consumer<FailoverCondition.Builder>... failoverConditions)
FailoverCondition.Builder avoiding the need to create
one manually via FailoverCondition.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #failoverConditions(List.
failoverConditions - a consumer that will call methods on
FailoverCondition.Builder#failoverConditions(java.util.Collection) AutomaticInputFailoverSettings.Builder inputPreference(String inputPreference)
inputPreference - Input preference when deciding which input to make active when a previously failed input has
recovered.InputPreference,
InputPreferenceAutomaticInputFailoverSettings.Builder inputPreference(InputPreference inputPreference)
inputPreference - Input preference when deciding which input to make active when a previously failed input has
recovered.InputPreference,
InputPreferenceAutomaticInputFailoverSettings.Builder secondaryInputId(String secondaryInputId)
secondaryInputId - The input ID of the secondary input in the automatic input failover pair.Copyright © 2022. All rights reserved.