public static class JobRunSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JobRunSummary |
build() |
JobRunSummary.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment in which the parent job resides.
|
JobRunSummary.Builder |
copy(JobRunSummary model) |
JobRunSummary.Builder |
id(String id)
The identifier of the job run.
|
JobRunSummary.Builder |
jobId(String jobId)
The OCID of the
parent job.
|
JobRunSummary.Builder |
jobName(String jobName)
The name of the parent job.
|
JobRunSummary.Builder |
managedDatabaseGroupId(String managedDatabaseGroupId)
The OCID of the
Managed Database Group where the parent job has to be executed.
|
JobRunSummary.Builder |
managedDatabaseId(String managedDatabaseId)
The OCID of the
Managed Database where the parent job has to be executed.
|
JobRunSummary.Builder |
name(String name)
The name of the job run.
|
JobRunSummary.Builder |
runStatus(JobRun.RunStatus runStatus)
The status of the job run.
|
JobRunSummary.Builder |
timeSubmitted(Date timeSubmitted)
The date and time when the job run was submitted.
|
JobRunSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time when the job run was last updated.
|
public JobRunSummary.Builder id(String id)
The identifier of the job run.
id
- the value to setpublic JobRunSummary.Builder name(String name)
The name of the job run.
name
- the value to setpublic JobRunSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment in which the parent job resides.
compartmentId
- the value to setpublic JobRunSummary.Builder jobId(String jobId)
The OCID of the parent job.
jobId
- the value to setpublic JobRunSummary.Builder jobName(String jobName)
The name of the parent job.
jobName
- the value to setpublic JobRunSummary.Builder managedDatabaseGroupId(String managedDatabaseGroupId)
The OCID of the Managed Database Group where the parent job has to be executed.
managedDatabaseGroupId
- the value to setpublic JobRunSummary.Builder managedDatabaseId(String managedDatabaseId)
The OCID of the Managed Database where the parent job has to be executed.
managedDatabaseId
- the value to setpublic JobRunSummary.Builder runStatus(JobRun.RunStatus runStatus)
The status of the job run.
runStatus
- the value to setpublic JobRunSummary.Builder timeSubmitted(Date timeSubmitted)
The date and time when the job run was submitted.
timeSubmitted
- the value to setpublic JobRunSummary.Builder timeUpdated(Date timeUpdated)
The date and time when the job run was last updated.
timeUpdated
- the value to setpublic JobRunSummary build()
public JobRunSummary.Builder copy(JobRunSummary model)
Copyright © 2016–2024. All rights reserved.