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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartBatchDeleteConfigurationTaskRequest.BuilderconfigurationIds(String... configurationIds)The list of configuration IDs that will be deleted by the task.StartBatchDeleteConfigurationTaskRequest.BuilderconfigurationIds(Collection<String> configurationIds)The list of configuration IDs that will be deleted by the task.StartBatchDeleteConfigurationTaskRequest.BuilderconfigurationType(String configurationType)The type of configuration item to delete.StartBatchDeleteConfigurationTaskRequest.BuilderconfigurationType(DeletionConfigurationItemType configurationType)The type of configuration item to delete.StartBatchDeleteConfigurationTaskRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartBatchDeleteConfigurationTaskRequest.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
-
configurationType
StartBatchDeleteConfigurationTaskRequest.Builder configurationType(String 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:
DeletionConfigurationItemType,DeletionConfigurationItemType
-
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:
DeletionConfigurationItemType,DeletionConfigurationItemType
-
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
StartBatchDeleteConfigurationTaskRequest.Builder configurationIds(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.
-
overrideConfiguration
StartBatchDeleteConfigurationTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartBatchDeleteConfigurationTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-