public static class InitialDataLoad.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InitialDataLoad.Builder |
actionOnExistingTable(InitialLoadAction actionOnExistingTable)
Action upon existing tables in target when initial Data Load is set i.e.,
isInitialLoad=true.
|
InitialDataLoad |
build() |
InitialDataLoad.Builder |
copy(InitialDataLoad model) |
InitialDataLoad.Builder |
isInitialLoad(InitialDataLoad.IsInitialLoad isInitialLoad)
If ENABLED, then existing source data is also synchronized to the target when creating or
updating the pipeline.
|
public InitialDataLoad.Builder isInitialLoad(InitialDataLoad.IsInitialLoad isInitialLoad)
If ENABLED, then existing source data is also synchronized to the target when creating or updating the pipeline.
isInitialLoad
- the value to setpublic InitialDataLoad.Builder actionOnExistingTable(InitialLoadAction actionOnExistingTable)
Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
actionOnExistingTable
- the value to setpublic InitialDataLoad build()
public InitialDataLoad.Builder copy(InitialDataLoad model)
Copyright © 2016–2024. All rights reserved.