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