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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateOtaUpdateResponse.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
,
OTAUpdateStatus
CreateOtaUpdateResponse.Builder otaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update status.
otaUpdateStatus
- The OTA update status.OTAUpdateStatus
,
OTAUpdateStatus
Copyright © 2020. All rights reserved.