public static interface IncrementalRunConfig.Builder extends SdkPojo, CopyableBuilder<IncrementalRunConfig.Builder,IncrementalRunConfig>
| Modifier and Type | Method and Description |
|---|---|
IncrementalRunConfig.Builder |
incrementalRunType(IncrementalRunType incrementalRunType)
The type of incremental run.
|
IncrementalRunConfig.Builder |
incrementalRunType(String incrementalRunType)
The type of incremental run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIncrementalRunConfig.Builder incrementalRunType(String incrementalRunType)
The type of incremental run. It takes only one value: IMMEDIATE.
incrementalRunType - The type of incremental run. It takes only one value: IMMEDIATE.IncrementalRunType,
IncrementalRunTypeIncrementalRunConfig.Builder incrementalRunType(IncrementalRunType incrementalRunType)
The type of incremental run. It takes only one value: IMMEDIATE.
incrementalRunType - The type of incremental run. It takes only one value: IMMEDIATE.IncrementalRunType,
IncrementalRunTypeCopyright © 2023. All rights reserved.