public static class ChildDatabase.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ChildDatabase |
build() |
ChildDatabase.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment in which the Managed Database resides.
|
ChildDatabase.Builder |
copy(ChildDatabase model) |
ChildDatabase.Builder |
databaseSubType(DatabaseSubType databaseSubType)
The subtype of the Oracle Database.
|
ChildDatabase.Builder |
databaseType(DatabaseType databaseType)
The type of Oracle Database installation.
|
ChildDatabase.Builder |
deploymentType(DeploymentType deploymentType)
The infrastructure used to deploy the Oracle Database.
|
ChildDatabase.Builder |
id(String id)
The OCID of the
Managed Database.
|
ChildDatabase.Builder |
name(String name)
The name of the Managed Database.
|
ChildDatabase.Builder |
timeAdded(Date timeAdded)
The date and time the Managed Database was added to the group.
|
ChildDatabase.Builder |
workloadType(WorkloadType workloadType)
The workload type of the Autonomous Database.
|
public ChildDatabase.Builder id(String id)
The OCID of the Managed Database.
id
- the value to setpublic ChildDatabase.Builder name(String name)
The name of the Managed Database.
name
- the value to setpublic ChildDatabase.Builder compartmentId(String compartmentId)
The OCID of the compartment in which the Managed Database resides.
compartmentId
- the value to setpublic ChildDatabase.Builder deploymentType(DeploymentType deploymentType)
The infrastructure used to deploy the Oracle Database.
deploymentType
- the value to setpublic ChildDatabase.Builder workloadType(WorkloadType workloadType)
The workload type of the Autonomous Database.
workloadType
- the value to setpublic ChildDatabase.Builder databaseType(DatabaseType databaseType)
The type of Oracle Database installation.
databaseType
- the value to setpublic ChildDatabase.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 ChildDatabase.Builder timeAdded(Date timeAdded)
The date and time the Managed Database was added to the group.
timeAdded
- the value to setpublic ChildDatabase build()
public ChildDatabase.Builder copy(ChildDatabase model)
Copyright © 2016–2023. All rights reserved.