default GetJobResponse.Builder |
GetJobResponse.Builder.attachments(Consumer<Attachments.Builder> attachments) |
The attachments for the job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.attachments(Attachments attachments) |
The attachments for the job.
|
static GetJobResponse.Builder |
GetJobResponse.builder() |
|
GetJobResponse.Builder |
GetJobResponse.Builder.createdAt(Instant createdAt) |
The date and time the resource was created.
|
GetJobResponse.Builder |
GetJobResponse.Builder.createdBy(String createdBy) |
The user or system that created this resource.
|
GetJobResponse.Builder |
GetJobResponse.Builder.description(String description) |
The description of the job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.endedAt(Instant endedAt) |
The date and time the resource ended running.
|
GetJobResponse.Builder |
GetJobResponse.Builder.jobId(String jobId) |
The job ID.
|
GetJobResponse.Builder |
GetJobResponse.Builder.lifecycleStatus(String lifecycleStatus) |
The life cycle status for the job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.lifecycleStatus(JobLifecycleStatus lifecycleStatus) |
The life cycle status for the job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.lifecycleStatusMessage(String lifecycleStatusMessage) |
A message that communicates the status of the life cycle for the job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.maxFailedTasksCount(Integer maxFailedTasksCount) |
The number of task failures before the job stops running and is marked as FAILED.
|
GetJobResponse.Builder |
GetJobResponse.Builder.maxRetriesPerTask(Integer maxRetriesPerTask) |
The maximum number of retries per failed tasks.
|
GetJobResponse.Builder |
GetJobResponse.Builder.name(String name) |
The name of the job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.parameters(Map<String,JobParameter> parameters) |
The parameters for the job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.priority(Integer priority) |
The job priority.
|
GetJobResponse.Builder |
GetJobResponse.Builder.startedAt(Instant startedAt) |
The date and time the resource started running.
|
GetJobResponse.Builder |
GetJobResponse.Builder.storageProfileId(String storageProfileId) |
The storage profile ID associated with the job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.targetTaskRunStatus(String targetTaskRunStatus) |
The task status with which the job started.
|
GetJobResponse.Builder |
GetJobResponse.Builder.targetTaskRunStatus(JobTargetTaskRunStatus targetTaskRunStatus) |
The task status with which the job started.
|
GetJobResponse.Builder |
GetJobResponse.Builder.taskRunStatus(String taskRunStatus) |
The task run status for the job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.taskRunStatus(TaskRunStatus taskRunStatus) |
The task run status for the job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.taskRunStatusCounts(Map<TaskRunStatus,Integer> taskRunStatusCounts) |
The number of tasks running on the job.
|
GetJobResponse.Builder |
GetJobResponse.Builder.taskRunStatusCountsWithStrings(Map<String,Integer> taskRunStatusCounts) |
The number of tasks running on the job.
|
GetJobResponse.Builder |
GetJobResponse.toBuilder() |
|
GetJobResponse.Builder |
GetJobResponse.Builder.updatedAt(Instant updatedAt) |
The date and time the resource was updated.
|
GetJobResponse.Builder |
GetJobResponse.Builder.updatedBy(String updatedBy) |
The user or system that updated this resource.
|