public static interface RuleGroupReferenceStatement.Builder extends SdkPojo, CopyableBuilder<RuleGroupReferenceStatement.Builder,RuleGroupReferenceStatement>
| Modifier and Type | Method and Description |
|---|---|
RuleGroupReferenceStatement.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the entity.
|
RuleGroupReferenceStatement.Builder |
excludedRules(Collection<ExcludedRule> excludedRules)
Rules in the referenced rule group whose actions are set to
Count. |
RuleGroupReferenceStatement.Builder |
excludedRules(Consumer<ExcludedRule.Builder>... excludedRules)
Rules in the referenced rule group whose actions are set to
Count. |
RuleGroupReferenceStatement.Builder |
excludedRules(ExcludedRule... excludedRules)
Rules in the referenced rule group whose actions are set to
Count. |
RuleGroupReferenceStatement.Builder |
ruleActionOverrides(Collection<RuleActionOverride> ruleActionOverrides)
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
RuleGroupReferenceStatement.Builder |
ruleActionOverrides(Consumer<RuleActionOverride.Builder>... ruleActionOverrides)
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
RuleGroupReferenceStatement.Builder |
ruleActionOverrides(RuleActionOverride... ruleActionOverrides)
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleGroupReferenceStatement.Builder arn(String arn)
The Amazon Resource Name (ARN) of the entity.
arn - The Amazon Resource Name (ARN) of the entity.RuleGroupReferenceStatement.Builder excludedRules(Collection<ExcludedRule> excludedRules)
Rules in the referenced rule group whose actions are set to Count.
Instead of this option, use RuleActionOverrides. It accepts any valid action setting, including
Count.
excludedRules - Rules in the referenced rule group whose actions are set to Count.
Instead of this option, use RuleActionOverrides. It accepts any valid action setting,
including Count.
RuleGroupReferenceStatement.Builder excludedRules(ExcludedRule... excludedRules)
Rules in the referenced rule group whose actions are set to Count.
Instead of this option, use RuleActionOverrides. It accepts any valid action setting, including
Count.
excludedRules - Rules in the referenced rule group whose actions are set to Count.
Instead of this option, use RuleActionOverrides. It accepts any valid action setting,
including Count.
RuleGroupReferenceStatement.Builder excludedRules(Consumer<ExcludedRule.Builder>... excludedRules)
Rules in the referenced rule group whose actions are set to Count.
Instead of this option, use RuleActionOverrides. It accepts any valid action setting, including
Count.
ExcludedRule.Builder avoiding the need to create one
manually via ExcludedRule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #excludedRules(List.
excludedRules - a consumer that will call methods on
ExcludedRule.Builder#excludedRules(java.util.Collection) RuleGroupReferenceStatement.Builder ruleActionOverrides(Collection<RuleActionOverride> ruleActionOverrides)
Action settings to use in the place of the rule actions that are configured inside the rule group. You specify one override for each rule whose action you want to change.
You can use overrides for testing, for example you can override all of rule actions to Count and
then monitor the resulting count metrics to understand how the rule group would handle your web traffic. You
can also permanently override some or all actions, to modify how the rule group manages your web traffic.
ruleActionOverrides - Action settings to use in the place of the rule actions that are configured inside the rule group. You
specify one override for each rule whose action you want to change.
You can use overrides for testing, for example you can override all of rule actions to
Count and then monitor the resulting count metrics to understand how the rule group would
handle your web traffic. You can also permanently override some or all actions, to modify how the rule
group manages your web traffic.
RuleGroupReferenceStatement.Builder ruleActionOverrides(RuleActionOverride... ruleActionOverrides)
Action settings to use in the place of the rule actions that are configured inside the rule group. You specify one override for each rule whose action you want to change.
You can use overrides for testing, for example you can override all of rule actions to Count and
then monitor the resulting count metrics to understand how the rule group would handle your web traffic. You
can also permanently override some or all actions, to modify how the rule group manages your web traffic.
ruleActionOverrides - Action settings to use in the place of the rule actions that are configured inside the rule group. You
specify one override for each rule whose action you want to change.
You can use overrides for testing, for example you can override all of rule actions to
Count and then monitor the resulting count metrics to understand how the rule group would
handle your web traffic. You can also permanently override some or all actions, to modify how the rule
group manages your web traffic.
RuleGroupReferenceStatement.Builder ruleActionOverrides(Consumer<RuleActionOverride.Builder>... ruleActionOverrides)
Action settings to use in the place of the rule actions that are configured inside the rule group. You specify one override for each rule whose action you want to change.
You can use overrides for testing, for example you can override all of rule actions to Count and
then monitor the resulting count metrics to understand how the rule group would handle your web traffic. You
can also permanently override some or all actions, to modify how the rule group manages your web traffic.
RuleActionOverride.Builder avoiding the need to create
one manually via RuleActionOverride.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #ruleActionOverrides(List.
ruleActionOverrides - a consumer that will call methods on
RuleActionOverride.Builder#ruleActionOverrides(java.util.Collection) Copyright © 2023. All rights reserved.