static JobRun.Builder |
JobRun.builder() |
Create a new builder.
|
JobRun.Builder |
JobRun.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment in which the parent job resides.
|
JobRun.Builder |
JobRun.Builder.copy(JobRun model) |
|
JobRun.Builder |
JobRun.Builder.id(String id) |
The identifier of the job run.
|
JobRun.Builder |
JobRun.Builder.jobId(String jobId) |
The OCID of the
parent job.
|
JobRun.Builder |
JobRun.Builder.jobName(String jobName) |
The name of the parent job.
|
JobRun.Builder |
JobRun.Builder.managedDatabaseGroupId(String managedDatabaseGroupId) |
The OCID of the
Managed Database Group where the parent job has to be executed.
|
JobRun.Builder |
JobRun.Builder.managedDatabaseId(String managedDatabaseId) |
The OCID of
Managed Database where the parent job has to be executed.
|
JobRun.Builder |
JobRun.Builder.name(String name) |
The name of the job run.
|
JobRun.Builder |
JobRun.Builder.runStatus(JobRun.RunStatus runStatus) |
The status of the job run.
|
JobRun.Builder |
JobRun.Builder.timeSubmitted(Date timeSubmitted) |
The date and time when the job run was submitted.
|
JobRun.Builder |
JobRun.Builder.timeUpdated(Date timeUpdated) |
The date and time when the job run was last updated.
|
JobRun.Builder |
JobRun.toBuilder() |
|