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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetAutomationRulesRequest.BuilderautomationRulesArns(String... automationRulesArns)A list of rule ARNs to get details for.BatchGetAutomationRulesRequest.BuilderautomationRulesArns(Collection<String> automationRulesArns)A list of rule ARNs to get details for.BatchGetAutomationRulesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetAutomationRulesRequest.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
-
-
-
Method Detail
-
automationRulesArns
BatchGetAutomationRulesRequest.Builder automationRulesArns(Collection<String> 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
BatchGetAutomationRulesRequest.Builder automationRulesArns(String... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetAutomationRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-