Interface IncrementalRunConfig.Builder

    • Method Detail

      • incrementalRunType

        IncrementalRunConfig.Builder incrementalRunType​(String incrementalRunType)

        The type of incremental run. It takes only one value: IMMEDIATE.

        Parameters:
        incrementalRunType - The type of incremental run. It takes only one value: IMMEDIATE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IncrementalRunType, IncrementalRunType
      • incrementalRunType

        IncrementalRunConfig.Builder incrementalRunType​(IncrementalRunType incrementalRunType)

        The type of incremental run. It takes only one value: IMMEDIATE.

        Parameters:
        incrementalRunType - The type of incremental run. It takes only one value: IMMEDIATE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IncrementalRunType, IncrementalRunType