| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
CreateOtaUpdateResponse.Builder |
CreateOtaUpdateResponse.Builder.awsIotJobArn(String awsIotJobArn)
The AWS IoT job ARN associated with the OTA update.
|
CreateOtaUpdateResponse.Builder |
CreateOtaUpdateResponse.Builder.awsIotJobId(String awsIotJobId)
The AWS IoT job ID associated with the OTA update.
|
static CreateOtaUpdateResponse.Builder |
CreateOtaUpdateResponse.builder() |
CreateOtaUpdateResponse.Builder |
CreateOtaUpdateResponse.Builder.otaUpdateArn(String otaUpdateArn)
The OTA update ARN.
|
CreateOtaUpdateResponse.Builder |
CreateOtaUpdateResponse.Builder.otaUpdateId(String otaUpdateId)
The OTA update ID.
|
CreateOtaUpdateResponse.Builder |
CreateOtaUpdateResponse.Builder.otaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update status.
|
CreateOtaUpdateResponse.Builder |
CreateOtaUpdateResponse.Builder.otaUpdateStatus(String otaUpdateStatus)
The OTA update status.
|
CreateOtaUpdateResponse.Builder |
CreateOtaUpdateResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateOtaUpdateResponse.Builder> |
CreateOtaUpdateResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.