public static interface JobExecutionSummary.Builder extends SdkPojo, CopyableBuilder<JobExecutionSummary.Builder,JobExecutionSummary>
Modifier and Type | Method and Description |
---|---|
JobExecutionSummary.Builder |
executionNumber(Long executionNumber)
A number that identifies a particular job execution on a particular device.
|
JobExecutionSummary.Builder |
jobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
JobExecutionSummary.Builder |
lastUpdatedAt(Long lastUpdatedAt)
The time, in milliseconds since the epoch, when the job execution was last updated.
|
JobExecutionSummary.Builder |
queuedAt(Long queuedAt)
The time, in milliseconds since the epoch, when the job execution was enqueued.
|
JobExecutionSummary.Builder |
startedAt(Long startedAt)
The time, in milliseconds since the epoch, when the job execution started.
|
JobExecutionSummary.Builder |
versionNumber(Long versionNumber)
The version of the job execution.
|
copy
applyMutation, build
JobExecutionSummary.Builder jobId(String jobId)
The unique identifier you assigned to this job when it was created.
jobId
- The unique identifier you assigned to this job when it was created.JobExecutionSummary.Builder queuedAt(Long queuedAt)
The time, in milliseconds since the epoch, when the job execution was enqueued.
queuedAt
- The time, in milliseconds since the epoch, when the job execution was enqueued.JobExecutionSummary.Builder startedAt(Long startedAt)
The time, in milliseconds since the epoch, when the job execution started.
startedAt
- The time, in milliseconds since the epoch, when the job execution started.JobExecutionSummary.Builder lastUpdatedAt(Long lastUpdatedAt)
The time, in milliseconds since the epoch, when the job execution was last updated.
lastUpdatedAt
- The time, in milliseconds since the epoch, when the job execution was last updated.JobExecutionSummary.Builder versionNumber(Long versionNumber)
The version of the job execution. Job execution versions are incremented each time AWS IoT Jobs receives an update from a device.
versionNumber
- The version of the job execution. Job execution versions are incremented each time AWS IoT Jobs
receives an update from a device.JobExecutionSummary.Builder executionNumber(Long executionNumber)
A number that identifies a particular job execution on a particular device.
executionNumber
- A number that identifies a particular job execution on a particular device.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.