Interface OTAUpdateSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OTAUpdateSummary.Builder,,OTAUpdateSummary> SdkBuilder<OTAUpdateSummary.Builder,,OTAUpdateSummary> SdkPojo
- Enclosing class:
OTAUpdateSummary
public static interface OTAUpdateSummary.Builder
extends SdkPojo, CopyableBuilder<OTAUpdateSummary.Builder,OTAUpdateSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationDate(Instant creationDate) The date when the OTA update was created.otaUpdateArn(String otaUpdateArn) The OTA update ARN.otaUpdateId(String otaUpdateId) The OTA update ID.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, sdkFields
-
Method Details
-
otaUpdateId
The OTA update ID.
- Parameters:
otaUpdateId- The OTA update ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
otaUpdateArn
The OTA update ARN.
- Parameters:
otaUpdateArn- The OTA update ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
The date when the OTA update was created.
- Parameters:
creationDate- The date when the OTA update was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-