public static class ReplicateSchemaChange.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ReplicateSchemaChange.Builder |
actionOnDdlError(ReplicateDdlErrorAction actionOnDdlError)
Action upon DDL Error (active only if ‘Replicate schema changes (DDL)’ is selected) i.e
canReplicateSchemaChange=true
|
ReplicateSchemaChange.Builder |
actionOnDmlError(ReplicateDmlErrorAction actionOnDmlError)
Action upon DML Error (active only if ‘Replicate schema changes (DDL)’ is selected) i.e
canReplicateSchemaChange=true
|
ReplicateSchemaChange |
build() |
ReplicateSchemaChange.Builder |
canReplicateSchemaChange(ReplicateSchemaChange.CanReplicateSchemaChange canReplicateSchemaChange)
If ENABLED, then addition or removal of schema is also replicated, apart from individual
tables and records when creating or updating the pipeline.
|
ReplicateSchemaChange.Builder |
copy(ReplicateSchemaChange model) |
public ReplicateSchemaChange.Builder canReplicateSchemaChange(ReplicateSchemaChange.CanReplicateSchemaChange canReplicateSchemaChange)
If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
canReplicateSchemaChange
- the value to setpublic ReplicateSchemaChange.Builder actionOnDdlError(ReplicateDdlErrorAction actionOnDdlError)
Action upon DDL Error (active only if ‘Replicate schema changes (DDL)’ is selected) i.e canReplicateSchemaChange=true
actionOnDdlError
- the value to setpublic ReplicateSchemaChange.Builder actionOnDmlError(ReplicateDmlErrorAction actionOnDmlError)
Action upon DML Error (active only if ‘Replicate schema changes (DDL)’ is selected) i.e canReplicateSchemaChange=true
actionOnDmlError
- the value to setpublic ReplicateSchemaChange build()
public ReplicateSchemaChange.Builder copy(ReplicateSchemaChange model)
Copyright © 2016–2024. All rights reserved.