Interface BatchGetAutomationRulesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<BatchGetAutomationRulesRequest.Builder,
,BatchGetAutomationRulesRequest> SdkBuilder<BatchGetAutomationRulesRequest.Builder,
,BatchGetAutomationRulesRequest> SdkPojo
,SdkRequest.Builder
,SecurityHubRequest.Builder
- Enclosing class:
BatchGetAutomationRulesRequest
public static interface BatchGetAutomationRulesRequest.Builder
extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<BatchGetAutomationRulesRequest.Builder,BatchGetAutomationRulesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionautomationRulesArns
(String... automationRulesArns) A list of rule ARNs to get details for.automationRulesArns
(Collection<String> automationRulesArns) A list of rule ARNs to get details for.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.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 Details
-
automationRulesArns
A list of rule ARNs to get details for.
- Parameters:
automationRulesArns
- A list of rule ARNs to get details for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
automationRulesArns
A list of rule ARNs to get details for.
- Parameters:
automationRulesArns
- A list of rule ARNs to get details for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetAutomationRulesRequest.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
BatchGetAutomationRulesRequest.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.
-