public static interface BatchDeleteImportDataRequest.Builder extends ApplicationDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteImportDataRequest.Builder,BatchDeleteImportDataRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteImportDataRequest.Builder |
deleteHistory(Boolean deleteHistory)
Set to
true to remove the deleted import task from DescribeImportTasks. |
BatchDeleteImportDataRequest.Builder |
importTaskIds(Collection<String> importTaskIds)
The IDs for the import tasks that you want to delete.
|
BatchDeleteImportDataRequest.Builder |
importTaskIds(String... importTaskIds)
The IDs for the import tasks that you want to delete.
|
BatchDeleteImportDataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDeleteImportDataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteImportDataRequest.Builder importTaskIds(Collection<String> importTaskIds)
The IDs for the import tasks that you want to delete.
importTaskIds - The IDs for the import tasks that you want to delete.BatchDeleteImportDataRequest.Builder importTaskIds(String... importTaskIds)
The IDs for the import tasks that you want to delete.
importTaskIds - The IDs for the import tasks that you want to delete.BatchDeleteImportDataRequest.Builder deleteHistory(Boolean deleteHistory)
Set to true to remove the deleted import task from DescribeImportTasks.
deleteHistory - Set to true to remove the deleted import task from DescribeImportTasks.BatchDeleteImportDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDeleteImportDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.