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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OTAUpdateSummary.BuildercreationDate(Instant creationDate)The date when the OTA update was created.OTAUpdateSummary.BuilderotaUpdateArn(String otaUpdateArn)The OTA update ARN.OTAUpdateSummary.BuilderotaUpdateId(String otaUpdateId)The OTA update ID.-
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 Detail
-
otaUpdateId
OTAUpdateSummary.Builder otaUpdateId(String 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
OTAUpdateSummary.Builder otaUpdateArn(String 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
OTAUpdateSummary.Builder creationDate(Instant 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.
-
-