public static class JobDatabase.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JobDatabase |
build() |
JobDatabase.Builder |
copy(JobDatabase model) |
JobDatabase.Builder |
databaseSubType(DatabaseSubType databaseSubType)
The subtype of the Oracle Database.
|
JobDatabase.Builder |
databaseType(DatabaseType databaseType)
The type of Oracle Database installation.
|
JobDatabase.Builder |
deploymentType(DeploymentType deploymentType)
A list of the supported infrastructure that can be used to deploy the database.
|
JobDatabase.Builder |
id(String id)
The OCID of the
Managed Database.
|
JobDatabase.Builder |
isCluster(Boolean isCluster)
Indicates whether the Oracle Database is part of a cluster.
|
JobDatabase.Builder |
name(String name)
The name of the Managed Database.
|
JobDatabase.Builder |
workloadType(WorkloadType workloadType)
The workload type of the Autonomous Database.
|
public JobDatabase.Builder id(String id)
The OCID of the Managed Database.
id
- the value to setpublic JobDatabase.Builder name(String name)
The name of the Managed Database.
name
- the value to setpublic JobDatabase.Builder databaseType(DatabaseType databaseType)
The type of Oracle Database installation.
databaseType
- the value to setpublic JobDatabase.Builder databaseSubType(DatabaseSubType databaseSubType)
The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
databaseSubType
- the value to setpublic JobDatabase.Builder deploymentType(DeploymentType deploymentType)
A list of the supported infrastructure that can be used to deploy the database.
deploymentType
- the value to setpublic JobDatabase.Builder isCluster(Boolean isCluster)
Indicates whether the Oracle Database is part of a cluster.
isCluster
- the value to setpublic JobDatabase.Builder workloadType(WorkloadType workloadType)
The workload type of the Autonomous Database.
workloadType
- the value to setpublic JobDatabase build()
public JobDatabase.Builder copy(JobDatabase model)
Copyright © 2016–2024. All rights reserved.