Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JobLog |
build() |
JobLog.Builder |
copy(JobLog model) |
JobLog.Builder |
createdById(String createdById)
OCID of the user who created the log record for this job.
|
JobLog.Builder |
jobExecutionKey(String jobExecutionKey)
The unique key of the parent job execution for which the log resource was created.
|
JobLog.Builder |
key(String key)
Unique key of the job log that is immutable.
|
JobLog.Builder |
logMessage(String logMessage)
Message for this job log.
|
JobLog.Builder |
severity(String severity)
Severity level for this log.
|
JobLog.Builder |
timeCreated(Date timeCreated)
The date and time the job log was created, in the format defined by
RFC3339.
|
JobLog.Builder |
timeUpdated(Date timeUpdated)
Job log update time.
|
JobLog.Builder |
updatedById(String updatedById)
OCID of the user who created the log record for this job.
|
JobLog.Builder |
uri(String uri)
URI to the job log instance in the API.
|
public JobLog.Builder key(String key)
Unique key of the job log that is immutable.
key
- the value to setpublic JobLog.Builder jobExecutionKey(String jobExecutionKey)
The unique key of the parent job execution for which the log resource was created.
jobExecutionKey
- the value to setpublic JobLog.Builder createdById(String createdById)
OCID of the user who created the log record for this job. Usually the executor of the job instance.
createdById
- the value to setpublic JobLog.Builder updatedById(String updatedById)
OCID of the user who created the log record for this job. Usually the executor of the job instance.
updatedById
- the value to setpublic JobLog.Builder timeUpdated(Date timeUpdated)
Job log update time. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic JobLog.Builder timeCreated(Date timeCreated)
The date and time the job log was created, in the format defined by
RFC3339. Example: 2019-03-25T21:10:29.600Z
timeCreated
- the value to setpublic JobLog.Builder severity(String severity)
Severity level for this log.
severity
- the value to setpublic JobLog.Builder logMessage(String logMessage)
Message for this job log.
logMessage
- the value to setpublic JobLog.Builder uri(String uri)
URI to the job log instance in the API.
uri
- the value to setpublic JobLog build()
public JobLog.Builder copy(JobLog model)
Copyright © 2016–2024. All rights reserved.