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)
Add an optional request override configuration.
|
DeleteOtaUpdateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteOtaUpdateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.