Interface BatchDeleteAutomationRulesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchDeleteAutomationRulesRequest.Builder,BatchDeleteAutomationRulesRequest>,SdkBuilder<BatchDeleteAutomationRulesRequest.Builder,BatchDeleteAutomationRulesRequest>,SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- BatchDeleteAutomationRulesRequest
public static interface BatchDeleteAutomationRulesRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteAutomationRulesRequest.Builder,BatchDeleteAutomationRulesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteAutomationRulesRequest.BuilderautomationRulesArns(String... automationRulesArns)A list of Amazon Resource Names (ARNs) for the rules that are to be deleted.BatchDeleteAutomationRulesRequest.BuilderautomationRulesArns(Collection<String> automationRulesArns)A list of Amazon Resource Names (ARNs) for the rules that are to be deleted.BatchDeleteAutomationRulesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteAutomationRulesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
-
-
-
Method Detail
-
automationRulesArns
BatchDeleteAutomationRulesRequest.Builder automationRulesArns(Collection<String> automationRulesArns)
A list of Amazon Resource Names (ARNs) for the rules that are to be deleted.
- Parameters:
automationRulesArns- A list of Amazon Resource Names (ARNs) for the rules that are to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
automationRulesArns
BatchDeleteAutomationRulesRequest.Builder automationRulesArns(String... automationRulesArns)
A list of Amazon Resource Names (ARNs) for the rules that are to be deleted.
- Parameters:
automationRulesArns- A list of Amazon Resource Names (ARNs) for the rules that are to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchDeleteAutomationRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchDeleteAutomationRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-