public static interface UpdateFailoverConfig.Builder extends SdkPojo, CopyableBuilder<UpdateFailoverConfig.Builder,UpdateFailoverConfig>
| Modifier and Type | Method and Description |
|---|---|
UpdateFailoverConfig.Builder |
failoverMode(FailoverMode failoverMode)
The type of failover you choose for this flow.
|
UpdateFailoverConfig.Builder |
failoverMode(String failoverMode)
The type of failover you choose for this flow.
|
UpdateFailoverConfig.Builder |
recoveryWindow(Integer recoveryWindow)
Recovery window time to look for dash-7 packets
|
default UpdateFailoverConfig.Builder |
sourcePriority(Consumer<SourcePriority.Builder> sourcePriority)
The priority you want to assign to a source.
|
UpdateFailoverConfig.Builder |
sourcePriority(SourcePriority sourcePriority)
The priority you want to assign to a source.
|
UpdateFailoverConfig.Builder |
state(State state)
Sets the value of the State property for this object.
|
UpdateFailoverConfig.Builder |
state(String state)
Sets the value of the State property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFailoverConfig.Builder failoverMode(String failoverMode)
failoverMode - The type of failover you choose for this flow. MERGE combines the source streams into a single stream,
allowing graceful recovery from any single-source loss. FAILOVER allows switching between different
streams.FailoverMode,
FailoverModeUpdateFailoverConfig.Builder failoverMode(FailoverMode failoverMode)
failoverMode - The type of failover you choose for this flow. MERGE combines the source streams into a single stream,
allowing graceful recovery from any single-source loss. FAILOVER allows switching between different
streams.FailoverMode,
FailoverModeUpdateFailoverConfig.Builder recoveryWindow(Integer recoveryWindow)
recoveryWindow - Recovery window time to look for dash-7 packetsUpdateFailoverConfig.Builder sourcePriority(SourcePriority sourcePriority)
sourcePriority - The priority you want to assign to a source. You can have a primary stream and a backup stream or two
equally prioritized streams.default UpdateFailoverConfig.Builder sourcePriority(Consumer<SourcePriority.Builder> sourcePriority)
SourcePriority.Builder avoiding the need to create one manually via SourcePriority.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sourcePriority(SourcePriority).sourcePriority - a consumer that will call methods on SourcePriority.BuildersourcePriority(SourcePriority)UpdateFailoverConfig.Builder state(String state)
UpdateFailoverConfig.Builder state(State state)
Copyright © 2022. All rights reserved.