JobExecution.Builder |
JobExecution.Builder.approximateSecondsBeforeTimedOut(Long approximateSecondsBeforeTimedOut) |
The estimated number of seconds that remain before the job execution status will be changed to
TIMED_OUT.
|
static JobExecution.Builder |
JobExecution.builder() |
|
JobExecution.Builder |
JobExecution.Builder.executionNumber(Long executionNumber) |
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this
particular device.
|
JobExecution.Builder |
JobExecution.Builder.forceCanceled(Boolean forceCanceled) |
Will be true if the job execution was canceled with the optional force parameter
set to true.
|
JobExecution.Builder |
JobExecution.Builder.jobId(String jobId) |
The unique identifier you assigned to the job when it was created.
|
JobExecution.Builder |
JobExecution.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The time, in seconds since the epoch, when the job execution was last updated.
|
JobExecution.Builder |
JobExecution.Builder.queuedAt(Instant queuedAt) |
The time, in seconds since the epoch, when the job execution was queued.
|
JobExecution.Builder |
JobExecution.Builder.startedAt(Instant startedAt) |
The time, in seconds since the epoch, when the job execution started.
|
JobExecution.Builder |
JobExecution.Builder.status(String status) |
The status of the job execution (IN_PROGRESS, QUEUED, FAILED, SUCCEEDED, TIMED_OUT, CANCELED, or REJECTED).
|
JobExecution.Builder |
JobExecution.Builder.status(JobExecutionStatus status) |
The status of the job execution (IN_PROGRESS, QUEUED, FAILED, SUCCEEDED, TIMED_OUT, CANCELED, or REJECTED).
|
default JobExecution.Builder |
JobExecution.Builder.statusDetails(Consumer<JobExecutionStatusDetails.Builder> statusDetails) |
A collection of name/value pairs that describe the status of the job execution.
|
JobExecution.Builder |
JobExecution.Builder.statusDetails(JobExecutionStatusDetails statusDetails) |
A collection of name/value pairs that describe the status of the job execution.
|
JobExecution.Builder |
JobExecution.Builder.thingArn(String thingArn) |
The ARN of the thing on which the job execution is running.
|
JobExecution.Builder |
JobExecution.toBuilder() |
|
JobExecution.Builder |
JobExecution.Builder.versionNumber(Long versionNumber) |
The version of the job execution.
|