public static class DatabaseObject.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DatabaseObject |
build() |
DatabaseObject.Builder |
copy(DatabaseObject model) |
DatabaseObject.Builder |
isOmitExcludedTableFromReplication(Boolean isOmitExcludedTableFromReplication)
Whether an excluded table should be omitted from replication.
|
DatabaseObject.Builder |
objectName(String objectName)
Name of the object (regular expression is allowed)
|
DatabaseObject.Builder |
owner(String owner)
Owner of the object (regular expression is allowed)
|
DatabaseObject.Builder |
type(String type)
Type of object to exclude.
|
public DatabaseObject.Builder owner(String owner)
Owner of the object (regular expression is allowed)
owner
- the value to setpublic DatabaseObject.Builder objectName(String objectName)
Name of the object (regular expression is allowed)
objectName
- the value to setpublic DatabaseObject.Builder type(String type)
Type of object to exclude. If not specified, matching owners and object names of type TABLE would be excluded.
type
- the value to setpublic DatabaseObject.Builder isOmitExcludedTableFromReplication(Boolean isOmitExcludedTableFromReplication)
Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and that are included in the exludeObjects.
isOmitExcludedTableFromReplication
- the value to setpublic DatabaseObject build()
public DatabaseObject.Builder copy(DatabaseObject model)
Copyright © 2016–2023. All rights reserved.