Interface IncrementalRunConfig.Builder

  • Method Details

    • incrementalRunType

      IncrementalRunConfig.Builder incrementalRunType(String incrementalRunType)

      The type of incremental run. The only valid value is IMMEDIATE. This appears as "Automatic" in the console.

      For workflows where resolutionType is PROVIDER, incremental processing is not supported.

      Parameters:
      incrementalRunType - The type of incremental run. The only valid value is IMMEDIATE. This appears as "Automatic" in the console.

      For workflows where resolutionType is PROVIDER, incremental processing is not supported.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • incrementalRunType

      IncrementalRunConfig.Builder incrementalRunType(IncrementalRunType incrementalRunType)

      The type of incremental run. The only valid value is IMMEDIATE. This appears as "Automatic" in the console.

      For workflows where resolutionType is PROVIDER, incremental processing is not supported.

      Parameters:
      incrementalRunType - The type of incremental run. The only valid value is IMMEDIATE. This appears as "Automatic" in the console.

      For workflows where resolutionType is PROVIDER, incremental processing is not supported.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: