Interface OtaTaskExecutionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OtaTaskExecutionSummary.Builder,
,OtaTaskExecutionSummary> SdkBuilder<OtaTaskExecutionSummary.Builder,
,OtaTaskExecutionSummary> SdkPojo
- Enclosing class:
OtaTaskExecutionSummary
@Mutable
@NotThreadSafe
public static interface OtaTaskExecutionSummary.Builder
extends SdkPojo, CopyableBuilder<OtaTaskExecutionSummary.Builder,OtaTaskExecutionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionNumber
(Long executionNumber) The execution number of the over-the-air (OTA) task execution summary.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp value of when the over-the-air (OTA) task execution summary was last updated.The timestamp value of when the over-the-air (OTA) task execution summary is targeted to start.retryAttempt
(Integer retryAttempt) The number of retry attempts for starting the over-the-air (OTA) task execution summary after a failed attempt.The timestamp value of when the over-the-air (OTA) task execution summary started.The status of the over-the-air (OTA) task execution summary.status
(OtaTaskExecutionStatus status) The status of the over-the-air (OTA) task execution summary.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, sdkFieldNameToField, sdkFields
-
Method Details
-
executionNumber
The execution number of the over-the-air (OTA) task execution summary.
- Parameters:
executionNumber
- The execution number of the over-the-air (OTA) task execution summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp value of when the over-the-air (OTA) task execution summary was last updated.
- Parameters:
lastUpdatedAt
- The timestamp value of when the over-the-air (OTA) task execution summary was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queuedAt
The timestamp value of when the over-the-air (OTA) task execution summary is targeted to start.
- Parameters:
queuedAt
- The timestamp value of when the over-the-air (OTA) task execution summary is targeted to start.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retryAttempt
The number of retry attempts for starting the over-the-air (OTA) task execution summary after a failed attempt.
- Parameters:
retryAttempt
- The number of retry attempts for starting the over-the-air (OTA) task execution summary after a failed attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
The timestamp value of when the over-the-air (OTA) task execution summary started.
- Parameters:
startedAt
- The timestamp value of when the over-the-air (OTA) task execution summary started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the over-the-air (OTA) task execution summary.
- Parameters:
status
- The status of the over-the-air (OTA) task execution summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the over-the-air (OTA) task execution summary.
- Parameters:
status
- The status of the over-the-air (OTA) task execution summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-