Interface OtaTaskSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<OtaTaskSummary.Builder,,OtaTaskSummary> SdkBuilder<OtaTaskSummary.Builder,,OtaTaskSummary> SdkPojo
- Enclosing class:
 OtaTaskSummary
public static interface OtaTaskSummary.Builder
extends SdkPojo, CopyableBuilder<OtaTaskSummary.Builder,OtaTaskSummary> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe timestamp value of when the over-the-air (OTA) task was created at.lastUpdatedAt(Instant lastUpdatedAt) The timestamp value of when the over-the-air (OTA) task was last updated at.The status of the over-the-air (OTA) task summary.The status of the over-the-air (OTA) task summary.The Amazon Resource Name (ARN) of the over-the-air (OTA) task.taskConfigurationId(String taskConfigurationId) The identifier for the over-the-air (OTA) task configuration.The id of the over-the-air (OTA) task.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
taskId
The id of the over-the-air (OTA) task.
- Parameters:
 taskId- The id of the over-the-air (OTA) task.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
taskArn
The Amazon Resource Name (ARN) of the over-the-air (OTA) task.
- Parameters:
 taskArn- The Amazon Resource Name (ARN) of the over-the-air (OTA) task.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
createdAt
The timestamp value of when the over-the-air (OTA) task was created at.
- Parameters:
 createdAt- The timestamp value of when the over-the-air (OTA) task was created at.- 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 was last updated at.
- Parameters:
 lastUpdatedAt- The timestamp value of when the over-the-air (OTA) task was last updated at.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
taskConfigurationId
The identifier for the over-the-air (OTA) task configuration.
- Parameters:
 taskConfigurationId- The identifier for the over-the-air (OTA) task configuration.- 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 summary.
- Parameters:
 status- The status of the over-the-air (OTA) task 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 summary.
- Parameters:
 status- The status of the over-the-air (OTA) task summary.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -