static JobListEntry.Builder |
JobListEntry.builder() |
|
JobListEntry.Builder |
JobListEntry.Builder.creationDate(Instant creationDate) |
The creation date for this job.
|
JobListEntry.Builder |
JobListEntry.Builder.description(String description) |
The optional description of this specific job, for example Important Photos 2016-08-11.
|
JobListEntry.Builder |
JobListEntry.Builder.isMaster(Boolean isMaster) |
A value that indicates that this job is a main job.
|
JobListEntry.Builder |
JobListEntry.Builder.jobId(String jobId) |
The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
|
JobListEntry.Builder |
JobListEntry.Builder.jobState(String jobState) |
The current state of this job.
|
JobListEntry.Builder |
JobListEntry.Builder.jobState(JobState jobState) |
The current state of this job.
|
JobListEntry.Builder |
JobListEntry.Builder.jobType(String jobType) |
The type of job.
|
JobListEntry.Builder |
JobListEntry.Builder.jobType(JobType jobType) |
The type of job.
|
JobListEntry.Builder |
JobListEntry.Builder.snowballType(String snowballType) |
The type of device used with this job.
|
JobListEntry.Builder |
JobListEntry.Builder.snowballType(SnowballType snowballType) |
The type of device used with this job.
|
JobListEntry.Builder |
JobListEntry.toBuilder() |
|