public static class JobLogSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JobLogSummary |
build() |
JobLogSummary.Builder |
copy(JobLogSummary model) |
JobLogSummary.Builder |
jobExecutionKey(String jobExecutionKey)
The unique key of the parent job execution for which the log resource was created.
|
JobLogSummary.Builder |
key(String key)
Unique key of the job log that is immutable.
|
JobLogSummary.Builder |
logMessage(String logMessage)
Message for this job log.
|
JobLogSummary.Builder |
severity(String severity)
Severity level for this log.
|
JobLogSummary.Builder |
timeCreated(Date timeCreated)
The date and time the job log was created, in the format defined by
RFC3339.
|
JobLogSummary.Builder |
uri(String uri)
URI to the job log instance in the API.
|
public JobLogSummary.Builder key(String key)
Unique key of the job log that is immutable.
key
- the value to setpublic JobLogSummary.Builder jobExecutionKey(String jobExecutionKey)
The unique key of the parent job execution for which the log resource was created.
jobExecutionKey
- the value to setpublic JobLogSummary.Builder uri(String uri)
URI to the job log instance in the API.
uri
- the value to setpublic JobLogSummary.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 JobLogSummary.Builder severity(String severity)
Severity level for this log.
severity
- the value to setpublic JobLogSummary.Builder logMessage(String logMessage)
Message for this job log.
logMessage
- the value to setpublic JobLogSummary build()
public JobLogSummary.Builder copy(JobLogSummary model)
Copyright © 2016–2024. All rights reserved.