public static interface DeleteRateBasedRuleRequest.Builder extends WAFRequest.Builder, CopyableBuilder<DeleteRateBasedRuleRequest.Builder,DeleteRateBasedRuleRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRateBasedRuleRequest.Builder |
changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
DeleteRateBasedRuleRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteRateBasedRuleRequest.Builder |
ruleId(String ruleId)
The
RuleId of the RateBasedRule that you want to delete. |
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeleteRateBasedRuleRequest.Builder ruleId(String ruleId)
The RuleId of the RateBasedRule that you want to delete. RuleId is returned
by CreateRateBasedRule and by ListRateBasedRules.
ruleId - The RuleId of the RateBasedRule that you want to delete. RuleId is
returned by CreateRateBasedRule and by ListRateBasedRules.DeleteRateBasedRuleRequest.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.DeleteRateBasedRuleRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.