RuleGroupReferenceStatement.Builder |
RuleGroupReferenceStatement.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the entity.
|
static RuleGroupReferenceStatement.Builder |
RuleGroupReferenceStatement.builder() |
|
RuleGroupReferenceStatement.Builder |
RuleGroupReferenceStatement.Builder.excludedRules(Collection<ExcludedRule> excludedRules) |
Rules in the referenced rule group whose actions are set to Count.
|
RuleGroupReferenceStatement.Builder |
RuleGroupReferenceStatement.Builder.excludedRules(Consumer<ExcludedRule.Builder>... excludedRules) |
Rules in the referenced rule group whose actions are set to Count.
|
RuleGroupReferenceStatement.Builder |
RuleGroupReferenceStatement.Builder.excludedRules(ExcludedRule... excludedRules) |
Rules in the referenced rule group whose actions are set to Count.
|
RuleGroupReferenceStatement.Builder |
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 |
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 |
RuleGroupReferenceStatement.Builder.ruleActionOverrides(RuleActionOverride... ruleActionOverrides) |
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
RuleGroupReferenceStatement.Builder |
RuleGroupReferenceStatement.toBuilder() |
|