public static interface JobSummary.Builder extends SdkPojo, CopyableBuilder<JobSummary.Builder,JobSummary>
| Modifier and Type | Method and Description |
|---|---|
JobSummary.Builder |
endTime(Instant endTime)
The time at which the job has finished.
|
JobSummary.Builder |
jobId(String jobId)
The ID of the job.
|
JobSummary.Builder |
startTime(Instant startTime)
The time at which the job was started.
|
JobSummary.Builder |
status(JobStatus status)
The current status of the job.
|
JobSummary.Builder |
status(String status)
The current status of the job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobSummary.Builder endTime(Instant endTime)
The time at which the job has finished.
endTime - The time at which the job has finished.JobSummary.Builder jobId(String jobId)
The ID of the job.
jobId - The ID of the job.JobSummary.Builder startTime(Instant startTime)
The time at which the job was started.
startTime - The time at which the job was started.JobSummary.Builder status(String status)
The current status of the job. Either running, succeeded, queued, or
failed.
JobSummary.Builder status(JobStatus status)
The current status of the job. Either running, succeeded, queued, or
failed.
Copyright © 2023. All rights reserved.