Interface UpdateFailoverConfig.Builder

    • Method Detail

      • failoverMode

        UpdateFailoverConfig.Builder failoverMode​(String 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.
        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FailoverMode, FailoverMode
      • failoverMode

        UpdateFailoverConfig.Builder 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.
        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FailoverMode, FailoverMode
      • recoveryWindow

        UpdateFailoverConfig.Builder recoveryWindow​(Integer recoveryWindow)
        Recovery window time to look for dash-7 packets
        Parameters:
        recoveryWindow - Recovery window time to look for dash-7 packets
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourcePriority

        UpdateFailoverConfig.Builder 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.
        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        UpdateFailoverConfig.Builder state​(String state)
        Sets the value of the State property for this object.
        Parameters:
        state - The new value for the State property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        State, State
      • state

        UpdateFailoverConfig.Builder state​(State state)
        Sets the value of the State property for this object.
        Parameters:
        state - The new value for the State property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        State, State