public static interface JobExecutionSummary.Builder extends SdkPojo, CopyableBuilder<JobExecutionSummary.Builder,JobExecutionSummary>
Modifier and Type | Method and Description |
---|---|
JobExecutionSummary.Builder |
executionNumber(Long executionNumber)
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this
particular device.
|
JobExecutionSummary.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the job execution was last updated.
|
JobExecutionSummary.Builder |
queuedAt(Instant queuedAt)
The time, in milliseconds since the epoch, when the job execution was queued.
|
JobExecutionSummary.Builder |
startedAt(Instant startedAt)
The time, in milliseconds since the epoch, when the job execution started.
|
JobExecutionSummary.Builder |
status(JobExecutionStatus status)
The status of the job execution.
|
JobExecutionSummary.Builder |
status(String status)
The status of the job execution.
|
copy
applyMutation, build
JobExecutionSummary.Builder status(String status)
The status of the job execution.
status
- The status of the job execution.JobExecutionStatus
,
JobExecutionStatus
JobExecutionSummary.Builder status(JobExecutionStatus status)
The status of the job execution.
status
- The status of the job execution.JobExecutionStatus
,
JobExecutionStatus
JobExecutionSummary.Builder queuedAt(Instant queuedAt)
The time, in milliseconds since the epoch, when the job execution was queued.
queuedAt
- The time, in milliseconds since the epoch, when the job execution was queued.JobExecutionSummary.Builder startedAt(Instant 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(Instant 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 executionNumber(Long executionNumber)
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device. It can be used later in commands which return or update job execution information.
executionNumber
- A string (consisting of the digits "0" through "9") which identifies this particular job execution on
this particular device. It can be used later in commands which return or update job execution
information.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.