public static class AssociatedDatabaseSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AssociatedDatabaseSummary |
build() |
AssociatedDatabaseSummary.Builder |
compartmentId(String compartmentId)
The compartment
OCID of the
database.
|
AssociatedDatabaseSummary.Builder |
copy(AssociatedDatabaseSummary model) |
AssociatedDatabaseSummary.Builder |
id(String id)
The OCID of the
database.
|
AssociatedDatabaseSummary.Builder |
name(String name)
The name of the database.
|
AssociatedDatabaseSummary.Builder |
timeRegistered(Date timeRegistered)
The time when Database Management was enabled for the database.
|
public AssociatedDatabaseSummary.Builder id(String id)
The OCID of the database.
id
- the value to setpublic AssociatedDatabaseSummary.Builder name(String name)
The name of the database.
name
- the value to setpublic AssociatedDatabaseSummary.Builder compartmentId(String compartmentId)
The compartment OCID of the database.
compartmentId
- the value to setpublic AssociatedDatabaseSummary.Builder timeRegistered(Date timeRegistered)
The time when Database Management was enabled for the database.
timeRegistered
- the value to setpublic AssociatedDatabaseSummary build()
public AssociatedDatabaseSummary.Builder copy(AssociatedDatabaseSummary model)
Copyright © 2016–2024. All rights reserved.