public static interface StartBatchDeleteConfigurationTaskRequest.Builder extends ApplicationDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<StartBatchDeleteConfigurationTaskRequest.Builder,StartBatchDeleteConfigurationTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
StartBatchDeleteConfigurationTaskRequest.Builder |
configurationIds(Collection<String> configurationIds)
The list of configuration IDs that will be deleted by the task.
|
StartBatchDeleteConfigurationTaskRequest.Builder |
configurationIds(String... configurationIds)
The list of configuration IDs that will be deleted by the task.
|
StartBatchDeleteConfigurationTaskRequest.Builder |
configurationType(DeletionConfigurationItemType configurationType)
The type of configuration item to delete.
|
StartBatchDeleteConfigurationTaskRequest.Builder |
configurationType(String configurationType)
The type of configuration item to delete.
|
StartBatchDeleteConfigurationTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartBatchDeleteConfigurationTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartBatchDeleteConfigurationTaskRequest.Builder configurationType(String configurationType)
The type of configuration item to delete. Supported types are: SERVER.
configurationType - The type of configuration item to delete. Supported types are: SERVER.DeletionConfigurationItemType,
DeletionConfigurationItemTypeStartBatchDeleteConfigurationTaskRequest.Builder configurationType(DeletionConfigurationItemType configurationType)
The type of configuration item to delete. Supported types are: SERVER.
configurationType - The type of configuration item to delete. Supported types are: SERVER.DeletionConfigurationItemType,
DeletionConfigurationItemTypeStartBatchDeleteConfigurationTaskRequest.Builder configurationIds(Collection<String> configurationIds)
The list of configuration IDs that will be deleted by the task.
configurationIds - The list of configuration IDs that will be deleted by the task.StartBatchDeleteConfigurationTaskRequest.Builder configurationIds(String... configurationIds)
The list of configuration IDs that will be deleted by the task.
configurationIds - The list of configuration IDs that will be deleted by the task.StartBatchDeleteConfigurationTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartBatchDeleteConfigurationTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.