public static class AddmDbSchemaObjectSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddmDbSchemaObjectSummary |
build() |
AddmDbSchemaObjectSummary.Builder |
copy(AddmDbSchemaObjectSummary model) |
AddmDbSchemaObjectSummary.Builder |
id(String id)
The OCID
of the Database insight.
|
AddmDbSchemaObjectSummary.Builder |
objectIdentifier(Integer objectIdentifier)
Object id (from RDBMS)
|
AddmDbSchemaObjectSummary.Builder |
objectName(String objectName)
Name of object
|
AddmDbSchemaObjectSummary.Builder |
objectType(String objectType)
Type of the object (such as TABLE, INDEX)
|
AddmDbSchemaObjectSummary.Builder |
owner(String owner)
Owner of object
|
AddmDbSchemaObjectSummary.Builder |
subObjectName(String subObjectName)
Subobject name; for example, partition name
|
public AddmDbSchemaObjectSummary.Builder id(String id)
The OCID of the Database insight.
id
- the value to setpublic AddmDbSchemaObjectSummary.Builder objectIdentifier(Integer objectIdentifier)
Object id (from RDBMS)
objectIdentifier
- the value to setpublic AddmDbSchemaObjectSummary.Builder owner(String owner)
Owner of object
owner
- the value to setpublic AddmDbSchemaObjectSummary.Builder objectName(String objectName)
Name of object
objectName
- the value to setpublic AddmDbSchemaObjectSummary.Builder subObjectName(String subObjectName)
Subobject name; for example, partition name
subObjectName
- the value to setpublic AddmDbSchemaObjectSummary.Builder objectType(String objectType)
Type of the object (such as TABLE, INDEX)
objectType
- the value to setpublic AddmDbSchemaObjectSummary build()
public AddmDbSchemaObjectSummary.Builder copy(AddmDbSchemaObjectSummary model)
Copyright © 2016–2024. All rights reserved.