public static interface DeleteOtaUpdateRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DeleteOtaUpdateRequest.Builder,DeleteOtaUpdateRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteOtaUpdateRequest.Builder |
deleteStream(Boolean deleteStream)
When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted.
|
DeleteOtaUpdateRequest.Builder |
forceDeleteAWSJob(Boolean forceDeleteAWSJob)
When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS".
|
DeleteOtaUpdateRequest.Builder |
otaUpdateId(String otaUpdateId)
The ID of the OTA update to delete.
|
DeleteOtaUpdateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteOtaUpdateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteOtaUpdateRequest.Builder otaUpdateId(String otaUpdateId)
The ID of the OTA update to delete.
otaUpdateId - The ID of the OTA update to delete.DeleteOtaUpdateRequest.Builder deleteStream(Boolean deleteStream)
When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted. Ignored if the stream specified in the OTAUpdate is supplied by the user.
deleteStream - When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted.
Ignored if the stream specified in the OTAUpdate is supplied by the user.DeleteOtaUpdateRequest.Builder forceDeleteAWSJob(Boolean forceDeleteAWSJob)
When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS". Otherwise, if the job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur. The default is false.
forceDeleteAWSJob - When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS".
Otherwise, if the job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur.
The default is false.DeleteOtaUpdateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteOtaUpdateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.