public static interface DeleteRuleGroupRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<DeleteRuleGroupRequest.Builder,DeleteRuleGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRuleGroupRequest.Builder |
changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
DeleteRuleGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteRuleGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteRuleGroupRequest.Builder |
ruleGroupId(String ruleGroupId)
The
RuleGroupId of the RuleGroup that you want to delete. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRuleGroupRequest.Builder ruleGroupId(String ruleGroupId)
The RuleGroupId of the RuleGroup that you want to delete. RuleGroupId is
returned by CreateRuleGroup and by ListRuleGroups.
ruleGroupId - The RuleGroupId of the RuleGroup that you want to delete. RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.DeleteRuleGroupRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken - The value returned by the most recent call to GetChangeToken.DeleteRuleGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteRuleGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.