Interface BatchDeleteImportDataRequest.Builder
-
- All Superinterfaces:
ApplicationDiscoveryRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<BatchDeleteImportDataRequest.Builder,BatchDeleteImportDataRequest>,SdkBuilder<BatchDeleteImportDataRequest.Builder,BatchDeleteImportDataRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchDeleteImportDataRequest
public static interface BatchDeleteImportDataRequest.Builder extends ApplicationDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteImportDataRequest.Builder,BatchDeleteImportDataRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteImportDataRequest.BuilderdeleteHistory(Boolean deleteHistory)Set totrueto remove the deleted import task from DescribeImportTasks.BatchDeleteImportDataRequest.BuilderimportTaskIds(String... importTaskIds)The IDs for the import tasks that you want to delete.BatchDeleteImportDataRequest.BuilderimportTaskIds(Collection<String> importTaskIds)The IDs for the import tasks that you want to delete.BatchDeleteImportDataRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteImportDataRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.applicationdiscovery.model.ApplicationDiscoveryRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
importTaskIds
BatchDeleteImportDataRequest.Builder importTaskIds(Collection<String> importTaskIds)
The IDs for the import tasks that you want to delete.
- Parameters:
importTaskIds- The IDs for the import tasks that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importTaskIds
BatchDeleteImportDataRequest.Builder importTaskIds(String... importTaskIds)
The IDs for the import tasks that you want to delete.
- Parameters:
importTaskIds- The IDs for the import tasks that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteHistory
BatchDeleteImportDataRequest.Builder deleteHistory(Boolean deleteHistory)
Set to
trueto remove the deleted import task from DescribeImportTasks.- Parameters:
deleteHistory- Set totrueto remove the deleted import task from DescribeImportTasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchDeleteImportDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchDeleteImportDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-