public static interface DeleteOtaUpdateRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DeleteOtaUpdateRequest.Builder,DeleteOtaUpdateRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteOtaUpdateRequest.Builder |
deleteStream(Boolean deleteStream)
Specifies if the stream associated with an OTA update should be deleted when the OTA update is deleted.
|
DeleteOtaUpdateRequest.Builder |
forceDeleteAWSJob(Boolean forceDeleteAWSJob)
Specifies if the AWS Job associated with the OTA update should be deleted with the OTA update is deleted.
|
DeleteOtaUpdateRequest.Builder |
otaUpdateId(String otaUpdateId)
The OTA update ID to delete.
|
DeleteOtaUpdateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteOtaUpdateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteOtaUpdateRequest.Builder otaUpdateId(String otaUpdateId)
The OTA update ID to delete.
otaUpdateId - The OTA update ID to delete.DeleteOtaUpdateRequest.Builder deleteStream(Boolean deleteStream)
Specifies if the stream associated with an OTA update should be deleted when the OTA update is deleted.
deleteStream - Specifies if the stream associated with an OTA update should be deleted when the OTA update is
deleted.DeleteOtaUpdateRequest.Builder forceDeleteAWSJob(Boolean forceDeleteAWSJob)
Specifies if the AWS Job associated with the OTA update should be deleted with the OTA update is deleted.
forceDeleteAWSJob - Specifies if the AWS Job associated with the OTA update should be deleted with the OTA update is
deleted.DeleteOtaUpdateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteOtaUpdateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.