Interface JobExecutionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JobExecutionSummary.Builder,
,JobExecutionSummary> SdkBuilder<JobExecutionSummary.Builder,
,JobExecutionSummary> SdkPojo
- Enclosing class:
JobExecutionSummary
public static interface JobExecutionSummary.Builder
extends SdkPojo, CopyableBuilder<JobExecutionSummary.Builder,JobExecutionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionNumber
(Long executionNumber) A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device.lastUpdatedAt
(Instant lastUpdatedAt) The time, in seconds since the epoch, when the job execution was last updated.The time, in seconds since the epoch, when the job execution was queued.retryAttempt
(Integer retryAttempt) The number that indicates how many retry attempts have been completed for this job on this device.The time, in seconds since the epoch, when the job execution started.The status of the job execution.status
(JobExecutionStatus status) The status of the job execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
status
The status of the job execution.
- Parameters:
status
- The status of the job execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the job execution.
- Parameters:
status
- The status of the job execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
queuedAt
The time, in seconds since the epoch, when the job execution was queued.
- Parameters:
queuedAt
- The time, in seconds since the epoch, when the job execution was queued.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
The time, in seconds since the epoch, when the job execution started.
- Parameters:
startedAt
- The time, in seconds since the epoch, when the job execution started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The time, in seconds since the epoch, when the job execution was last updated.
- Parameters:
lastUpdatedAt
- The time, in seconds since the epoch, when the job execution was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retryAttempt
The number that indicates how many retry attempts have been completed for this job on this device.
- Parameters:
retryAttempt
- The number that indicates how many retry attempts have been completed for this job on this device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-