public static interface CreateOtaUpdateResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateOtaUpdateResponse.Builder,CreateOtaUpdateResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateOtaUpdateResponse.Builder |
awsIotJobArn(String awsIotJobArn)
The AWS IoT job ARN associated with the OTA update.
|
CreateOtaUpdateResponse.Builder |
awsIotJobId(String awsIotJobId)
The AWS IoT job ID associated with the OTA update.
|
CreateOtaUpdateResponse.Builder |
otaUpdateArn(String otaUpdateArn)
The OTA update ARN.
|
CreateOtaUpdateResponse.Builder |
otaUpdateId(String otaUpdateId)
The OTA update ID.
|
CreateOtaUpdateResponse.Builder |
otaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update status.
|
CreateOtaUpdateResponse.Builder |
otaUpdateStatus(String otaUpdateStatus)
The OTA update status.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateOtaUpdateResponse.Builder otaUpdateId(String otaUpdateId)
The OTA update ID.
otaUpdateId - The OTA update ID.CreateOtaUpdateResponse.Builder awsIotJobId(String awsIotJobId)
The AWS IoT job ID associated with the OTA update.
awsIotJobId - The AWS IoT job ID associated with the OTA update.CreateOtaUpdateResponse.Builder otaUpdateArn(String otaUpdateArn)
The OTA update ARN.
otaUpdateArn - The OTA update ARN.CreateOtaUpdateResponse.Builder awsIotJobArn(String awsIotJobArn)
The AWS IoT job ARN associated with the OTA update.
awsIotJobArn - The AWS IoT job ARN associated with the OTA update.CreateOtaUpdateResponse.Builder otaUpdateStatus(String otaUpdateStatus)
The OTA update status.
otaUpdateStatus - The OTA update status.OTAUpdateStatus,
OTAUpdateStatusCreateOtaUpdateResponse.Builder otaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update status.
otaUpdateStatus - The OTA update status.OTAUpdateStatus,
OTAUpdateStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.