public static interface JobLog.Builder extends SdkPojo, CopyableBuilder<JobLog.Builder,JobLog>
| Modifier and Type | Method and Description |
|---|---|
JobLog.Builder |
event(JobLogEvent event)
The event represents the type of a log.
|
JobLog.Builder |
event(String event)
The event represents the type of a log.
|
default JobLog.Builder |
eventData(Consumer<JobLogEventData.Builder> eventData)
Metadata associated with a Job log.
|
JobLog.Builder |
eventData(JobLogEventData eventData)
Metadata associated with a Job log.
|
JobLog.Builder |
logDateTime(String logDateTime)
The date and time the log was taken.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobLog.Builder event(String event)
The event represents the type of a log.
event - The event represents the type of a log.JobLogEvent,
JobLogEventJobLog.Builder event(JobLogEvent event)
The event represents the type of a log.
event - The event represents the type of a log.JobLogEvent,
JobLogEventJobLog.Builder eventData(JobLogEventData eventData)
Metadata associated with a Job log.
eventData - Metadata associated with a Job log.default JobLog.Builder eventData(Consumer<JobLogEventData.Builder> eventData)
Metadata associated with a Job log.
This is a convenience method that creates an instance of theJobLogEventData.Builder avoiding the
need to create one manually via JobLogEventData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to eventData(JobLogEventData).
eventData - a consumer that will call methods on JobLogEventData.BuildereventData(JobLogEventData)JobLog.Builder logDateTime(String logDateTime)
The date and time the log was taken.
logDateTime - The date and time the log was taken.Copyright © 2023. All rights reserved.