static JobExecutionSummary.Builder |
JobExecutionSummary.builder() |
Create a new builder.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment in which the parent job resides.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.copy(JobExecutionSummary model) |
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.databaseSubType(DatabaseSubType databaseSubType) |
The subtype of the Oracle Database.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.databaseType(DatabaseType databaseType) |
The type of Oracle Database installation.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.deploymentType(DeploymentType deploymentType) |
A list of the supported infrastructure that can be used to deploy the database.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.id(String id) |
The identifier of the job execution.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.isCluster(Boolean isCluster) |
Indicates whether the Oracle Database is part of a cluster.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.jobId(String jobId) |
The OCID of the
parent job.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.jobName(String jobName) |
The name of the parent job.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.managedDatabaseGroupId(String managedDatabaseGroupId) |
The OCID of the
Managed Database Group where the parent job has to be executed.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.managedDatabaseId(String managedDatabaseId) |
The OCID of
Managed Database associated with the job execution.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.managedDatabaseName(String managedDatabaseName) |
The name of the Managed Database associated with the job execution.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.name(String name) |
The name of the job execution.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.status(JobExecution.Status status) |
The status of the job execution.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.timeCompleted(Date timeCompleted) |
The date and time when the job execution was completed.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.timeCreated(Date timeCreated) |
The date and time when the job execution was created.
|
JobExecutionSummary.Builder |
JobExecutionSummary.toBuilder() |
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.workloadType(WorkloadType workloadType) |
The workload type of the Autonomous Database.
|