public static class OracleDatabaseObject.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OracleDatabaseObject |
build() |
OracleDatabaseObject.Builder |
copy(OracleDatabaseObject model) |
OracleDatabaseObject.Builder |
isOmitExcludedTableFromReplication(Boolean isOmitExcludedTableFromReplication)
Whether an excluded table should be omitted from replication.
|
OracleDatabaseObject.Builder |
objectName(String objectName)
Name of the object (regular expression is allowed)
|
OracleDatabaseObject.Builder |
owner(String owner)
Owner of the object (regular expression is allowed)
|
OracleDatabaseObject.Builder |
type(String type)
Type of object to exclude.
|
public OracleDatabaseObject.Builder owner(String owner)
Owner of the object (regular expression is allowed)
owner
- the value to setpublic OracleDatabaseObject.Builder objectName(String objectName)
Name of the object (regular expression is allowed)
objectName
- the value to setpublic OracleDatabaseObject.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 OracleDatabaseObject.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 object status EXCLUDE.
isOmitExcludedTableFromReplication
- the value to setpublic OracleDatabaseObject build()
public OracleDatabaseObject.Builder copy(OracleDatabaseObject model)
Copyright © 2016–2024. All rights reserved.