Interface StartBatchDeleteConfigurationTaskRequest.Builder
- All Superinterfaces:
ApplicationDiscoveryRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<StartBatchDeleteConfigurationTaskRequest.Builder,,StartBatchDeleteConfigurationTaskRequest> SdkBuilder<StartBatchDeleteConfigurationTaskRequest.Builder,,StartBatchDeleteConfigurationTaskRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartBatchDeleteConfigurationTaskRequest
public static interface StartBatchDeleteConfigurationTaskRequest.Builder
extends ApplicationDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<StartBatchDeleteConfigurationTaskRequest.Builder,StartBatchDeleteConfigurationTaskRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationIds(String... configurationIds) The list of configuration IDs that will be deleted by the task.configurationIds(Collection<String> configurationIds) The list of configuration IDs that will be deleted by the task.configurationType(String configurationType) The type of configuration item to delete.configurationType(DeletionConfigurationItemType configurationType) The type of configuration item to delete.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.services.applicationdiscovery.model.ApplicationDiscoveryRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
configurationType
The type of configuration item to delete. Supported types are: SERVER.
- Parameters:
configurationType- The type of configuration item to delete. Supported types are: SERVER.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
configurationType
StartBatchDeleteConfigurationTaskRequest.Builder configurationType(DeletionConfigurationItemType configurationType) The type of configuration item to delete. Supported types are: SERVER.
- Parameters:
configurationType- The type of configuration item to delete. Supported types are: SERVER.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
configurationIds
StartBatchDeleteConfigurationTaskRequest.Builder configurationIds(Collection<String> configurationIds) The list of configuration IDs that will be deleted by the task.
- Parameters:
configurationIds- The list of configuration IDs that will be deleted by the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationIds
The list of configuration IDs that will be deleted by the task.
- Parameters:
configurationIds- The list of configuration IDs that will be deleted by the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartBatchDeleteConfigurationTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartBatchDeleteConfigurationTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-