public static interface OTAUpdateSummary.Builder extends SdkPojo, CopyableBuilder<OTAUpdateSummary.Builder,OTAUpdateSummary>
Modifier and Type | Method and Description |
---|---|
OTAUpdateSummary.Builder |
creationDate(Instant creationDate)
The date when the OTA update was created.
|
OTAUpdateSummary.Builder |
otaUpdateArn(String otaUpdateArn)
The OTA update ARN.
|
OTAUpdateSummary.Builder |
otaUpdateId(String otaUpdateId)
The OTA update ID.
|
copy
applyMutation, build
OTAUpdateSummary.Builder otaUpdateId(String otaUpdateId)
The OTA update ID.
otaUpdateId
- The OTA update ID.OTAUpdateSummary.Builder otaUpdateArn(String otaUpdateArn)
The OTA update ARN.
otaUpdateArn
- The OTA update ARN.OTAUpdateSummary.Builder creationDate(Instant creationDate)
The date when the OTA update was created.
creationDate
- The date when the OTA update was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.