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
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 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-