Interface DeleteAutomationRuleV2Request.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteAutomationRuleV2Request.Builder,,DeleteAutomationRuleV2Request> SdkBuilder<DeleteAutomationRuleV2Request.Builder,,DeleteAutomationRuleV2Request> SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- DeleteAutomationRuleV2Request
@Mutable
@NotThreadSafe
public static interface DeleteAutomationRuleV2Request.Builder
extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<DeleteAutomationRuleV2Request.Builder,DeleteAutomationRuleV2Request>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier(String identifier) The ARN of the V2 automation rule.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
Method Details
-
identifier
The ARN of the V2 automation rule.
- Parameters:
identifier- The ARN of the V2 automation rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteAutomationRuleV2Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAutomationRuleV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-