Class UnsupportedDatabaseObject.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.model.UnsupportedDatabaseObject.Builder
-
- Enclosing class:
- UnsupportedDatabaseObject
public static class UnsupportedDatabaseObject.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsupportedDatabaseObject
build()
UnsupportedDatabaseObject.Builder
copy(UnsupportedDatabaseObject model)
UnsupportedDatabaseObject.Builder
objectName(String objectName)
Name of the object (regular expression is allowed)UnsupportedDatabaseObject.Builder
owner(String owner)
Owner of the object (regular expression is allowed)UnsupportedDatabaseObject.Builder
type(UnsupportedDatabaseObject.Type type)
Type of unsupported object
-
-
-
Method Detail
-
type
public UnsupportedDatabaseObject.Builder type(UnsupportedDatabaseObject.Type type)
Type of unsupported object- Parameters:
type
- the value to set- Returns:
- this builder
-
owner
public UnsupportedDatabaseObject.Builder owner(String owner)
Owner of the object (regular expression is allowed)- Parameters:
owner
- the value to set- Returns:
- this builder
-
objectName
public UnsupportedDatabaseObject.Builder objectName(String objectName)
Name of the object (regular expression is allowed)- Parameters:
objectName
- the value to set- Returns:
- this builder
-
build
public UnsupportedDatabaseObject build()
-
copy
public UnsupportedDatabaseObject.Builder copy(UnsupportedDatabaseObject model)
-
-