Class ObjectMetadata.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.model.ObjectMetadata.Builder
-
- Enclosing class:
- ObjectMetadata
public static class ObjectMetadata.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectMetadatabuild()ObjectMetadata.Buildercopy(ObjectMetadata model)ObjectMetadata.BuilderobjectNameColumn(String objectNameColumn)The field that stores the name of the object.ObjectMetadata.BuilderobjectTypeColumn(String objectTypeColumn)The field that stores the type of the object.ObjectMetadata.BuilderobjectTypeFixed(String objectTypeFixed)The field that stores the fixed type of the object.ObjectMetadata.BuilderschemaOwnerColumn(String schemaOwnerColumn)The field that stores the owner of the object.
-
-
-
Method Detail
-
schemaOwnerColumn
public ObjectMetadata.Builder schemaOwnerColumn(String schemaOwnerColumn)
The field that stores the owner of the object.- Parameters:
schemaOwnerColumn- the value to set- Returns:
- this builder
-
objectNameColumn
public ObjectMetadata.Builder objectNameColumn(String objectNameColumn)
The field that stores the name of the object.- Parameters:
objectNameColumn- the value to set- Returns:
- this builder
-
objectTypeFixed
public ObjectMetadata.Builder objectTypeFixed(String objectTypeFixed)
The field that stores the fixed type of the object.- Parameters:
objectTypeFixed- the value to set- Returns:
- this builder
-
objectTypeColumn
public ObjectMetadata.Builder objectTypeColumn(String objectTypeColumn)
The field that stores the type of the object.- Parameters:
objectTypeColumn- the value to set- Returns:
- this builder
-
build
public ObjectMetadata build()
-
copy
public ObjectMetadata.Builder copy(ObjectMetadata model)
-
-