Uses of Class
com.oracle.bmc.databasemigration.model.UnsupportedDatabaseObject.Builder
-
Packages that use UnsupportedDatabaseObject.Builder Package Description com.oracle.bmc.databasemigration.model -
-
Uses of UnsupportedDatabaseObject.Builder in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return UnsupportedDatabaseObject.Builder Modifier and Type Method Description static UnsupportedDatabaseObject.Builder
UnsupportedDatabaseObject. builder()
Create a new builder.UnsupportedDatabaseObject.Builder
UnsupportedDatabaseObject.Builder. copy(UnsupportedDatabaseObject model)
UnsupportedDatabaseObject.Builder
UnsupportedDatabaseObject.Builder. objectName(String objectName)
Name of the object (regular expression is allowed)UnsupportedDatabaseObject.Builder
UnsupportedDatabaseObject.Builder. owner(String owner)
Owner of the object (regular expression is allowed)UnsupportedDatabaseObject.Builder
UnsupportedDatabaseObject. toBuilder()
UnsupportedDatabaseObject.Builder
UnsupportedDatabaseObject.Builder. type(UnsupportedDatabaseObject.Type type)
Type of unsupported object
-