public static class MappingRule.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MappingRule |
build() |
MappingRule.Builder |
copy(MappingRule model) |
MappingRule.Builder |
mappingType(MappingType mappingType)
Defines the exclude/include rules of source and target schemas and tables when
replicating from source to target.
|
MappingRule.Builder |
source(String source)
The source schema/table combination for replication to target.
|
MappingRule.Builder |
target(String target)
The target schema/table combination for replication from the source.
|
public MappingRule.Builder mappingType(MappingType mappingType)
Defines the exclude/include rules of source and target schemas and tables when replicating from source to target. This option applies when creating and updating a pipeline.
mappingType
- the value to setpublic MappingRule.Builder source(String source)
The source schema/table combination for replication to target.
source
- the value to setpublic MappingRule.Builder target(String target)
The target schema/table combination for replication from the source.
target
- the value to setpublic MappingRule build()
public MappingRule.Builder copy(MappingRule model)
Copyright © 2016–2024. All rights reserved.