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