public static class ManagedDatabaseSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ManagedDatabaseSummary |
build() |
ManagedDatabaseSummary.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
ManagedDatabaseSummary.Builder |
copy(ManagedDatabaseSummary model) |
ManagedDatabaseSummary.Builder |
databaseSubType(DatabaseSubType databaseSubType)
The subtype of the Oracle Database.
|
ManagedDatabaseSummary.Builder |
databaseType(DatabaseType databaseType)
The type of Oracle Database installation.
|
ManagedDatabaseSummary.Builder |
dbSystemId(String dbSystemId)
The OCID of the
external DB system that this Managed Database is part of.
|
ManagedDatabaseSummary.Builder |
deploymentType(DeploymentType deploymentType)
The infrastructure used to deploy the Oracle Database.
|
ManagedDatabaseSummary.Builder |
id(String id)
The OCID of the
Managed Database.
|
ManagedDatabaseSummary.Builder |
isCluster(Boolean isCluster)
Indicates whether the Oracle Database is part of a cluster.
|
ManagedDatabaseSummary.Builder |
managementOption(ManagementOption managementOption)
The management option used when enabling Database Management.
|
ManagedDatabaseSummary.Builder |
name(String name)
The name of the Managed Database.
|
ManagedDatabaseSummary.Builder |
parentContainerId(String parentContainerId)
The OCID of the
parent Container Database if the Managed Database is a Pluggable Database.
|
ManagedDatabaseSummary.Builder |
storageSystemId(String storageSystemId)
The OCID of the
storage DB system.
|
ManagedDatabaseSummary.Builder |
timeCreated(Date timeCreated)
The date and time the Managed Database was created.
|
ManagedDatabaseSummary.Builder |
workloadType(WorkloadType workloadType)
The workload type of the Autonomous Database.
|
public ManagedDatabaseSummary.Builder id(String id)
The OCID of the Managed Database.
id
- the value to setpublic ManagedDatabaseSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic ManagedDatabaseSummary.Builder name(String name)
The name of the Managed Database.
name
- the value to setpublic ManagedDatabaseSummary.Builder databaseType(DatabaseType databaseType)
The type of Oracle Database installation.
databaseType
- the value to setpublic ManagedDatabaseSummary.Builder databaseSubType(DatabaseSubType databaseSubType)
The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
databaseSubType
- the value to setpublic ManagedDatabaseSummary.Builder deploymentType(DeploymentType deploymentType)
The infrastructure used to deploy the Oracle Database.
deploymentType
- the value to setpublic ManagedDatabaseSummary.Builder managementOption(ManagementOption managementOption)
The management option used when enabling Database Management.
managementOption
- the value to setpublic ManagedDatabaseSummary.Builder workloadType(WorkloadType workloadType)
The workload type of the Autonomous Database.
workloadType
- the value to setpublic ManagedDatabaseSummary.Builder isCluster(Boolean isCluster)
Indicates whether the Oracle Database is part of a cluster.
isCluster
- the value to setpublic ManagedDatabaseSummary.Builder parentContainerId(String parentContainerId)
The OCID of the parent Container Database if the Managed Database is a Pluggable Database.
parentContainerId
- the value to setpublic ManagedDatabaseSummary.Builder dbSystemId(String dbSystemId)
The OCID of the external DB system that this Managed Database is part of.
dbSystemId
- the value to setpublic ManagedDatabaseSummary.Builder storageSystemId(String storageSystemId)
The OCID of the storage DB system.
storageSystemId
- the value to setpublic ManagedDatabaseSummary.Builder timeCreated(Date timeCreated)
The date and time the Managed Database was created.
timeCreated
- the value to setpublic ManagedDatabaseSummary build()
public ManagedDatabaseSummary.Builder copy(ManagedDatabaseSummary model)
Copyright © 2016–2023. All rights reserved.