public static interface FailoverConfig.Builder extends SdkPojo, CopyableBuilder<FailoverConfig.Builder,FailoverConfig>
| Modifier and Type | Method and Description |
|---|---|
FailoverConfig.Builder |
failoverMode(FailoverMode failoverMode)
The type of failover you choose for this flow.
|
FailoverConfig.Builder |
failoverMode(String failoverMode)
The type of failover you choose for this flow.
|
FailoverConfig.Builder |
recoveryWindow(Integer recoveryWindow)
Search window time to look for dash-7 packets
|
default FailoverConfig.Builder |
sourcePriority(Consumer<SourcePriority.Builder> sourcePriority)
The priority you want to assign to a source.
|
FailoverConfig.Builder |
sourcePriority(SourcePriority sourcePriority)
The priority you want to assign to a source.
|
FailoverConfig.Builder |
state(State state)
Sets the value of the State property for this object.
|
FailoverConfig.Builder |
state(String state)
Sets the value of the State property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFailoverConfig.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,
FailoverModeFailoverConfig.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,
FailoverModeFailoverConfig.Builder recoveryWindow(Integer recoveryWindow)
recoveryWindow - Search window time to look for dash-7 packetsFailoverConfig.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 FailoverConfig.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)FailoverConfig.Builder state(String state)
FailoverConfig.Builder state(State state)
Copyright © 2022. All rights reserved.