public static interface ManagedRuleGroupStatement.Builder extends SdkPojo, CopyableBuilder<ManagedRuleGroupStatement.Builder,ManagedRuleGroupStatement>
| Modifier and Type | Method and Description |
|---|---|
ManagedRuleGroupStatement.Builder |
excludedRules(Collection<ExcludedRule> excludedRules)
Rules in the referenced rule group whose actions are set to
Count. |
ManagedRuleGroupStatement.Builder |
excludedRules(Consumer<ExcludedRule.Builder>... excludedRules)
Rules in the referenced rule group whose actions are set to
Count. |
ManagedRuleGroupStatement.Builder |
excludedRules(ExcludedRule... excludedRules)
Rules in the referenced rule group whose actions are set to
Count. |
ManagedRuleGroupStatement.Builder |
managedRuleGroupConfigs(Collection<ManagedRuleGroupConfig> managedRuleGroupConfigs)
Additional information that's used by a managed rule group.
|
ManagedRuleGroupStatement.Builder |
managedRuleGroupConfigs(Consumer<ManagedRuleGroupConfig.Builder>... managedRuleGroupConfigs)
Additional information that's used by a managed rule group.
|
ManagedRuleGroupStatement.Builder |
managedRuleGroupConfigs(ManagedRuleGroupConfig... managedRuleGroupConfigs)
Additional information that's used by a managed rule group.
|
ManagedRuleGroupStatement.Builder |
name(String name)
The name of the managed rule group.
|
ManagedRuleGroupStatement.Builder |
ruleActionOverrides(Collection<RuleActionOverride> ruleActionOverrides)
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
ManagedRuleGroupStatement.Builder |
ruleActionOverrides(Consumer<RuleActionOverride.Builder>... ruleActionOverrides)
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
ManagedRuleGroupStatement.Builder |
ruleActionOverrides(RuleActionOverride... ruleActionOverrides)
Action settings to use in the place of the rule actions that are configured inside the rule group.
|
default ManagedRuleGroupStatement.Builder |
scopeDownStatement(Consumer<Statement.Builder> scopeDownStatement)
An optional nested statement that narrows the scope of the web requests that are evaluated by the managed
rule group.
|
ManagedRuleGroupStatement.Builder |
scopeDownStatement(Statement scopeDownStatement)
An optional nested statement that narrows the scope of the web requests that are evaluated by the managed
rule group.
|
ManagedRuleGroupStatement.Builder |
vendorName(String vendorName)
The name of the managed rule group vendor.
|
ManagedRuleGroupStatement.Builder |
version(String version)
The version of the managed rule group to use.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildManagedRuleGroupStatement.Builder vendorName(String vendorName)
The name of the managed rule group vendor. You use this, along with the rule group name, to identify a rule group.
vendorName - The name of the managed rule group vendor. You use this, along with the rule group name, to identify a
rule group.ManagedRuleGroupStatement.Builder name(String name)
The name of the managed rule group. You use this, along with the vendor name, to identify the rule group.
name - The name of the managed rule group. You use this, along with the vendor name, to identify the rule
group.ManagedRuleGroupStatement.Builder version(String version)
The version of the managed rule group to use. If you specify this, the version setting is fixed until you change it. If you don't specify this, WAF uses the vendor's default version, and then keeps the version at the vendor's default when the vendor updates the managed rule group settings.
version - The version of the managed rule group to use. If you specify this, the version setting is fixed until
you change it. If you don't specify this, WAF uses the vendor's default version, and then keeps the
version at the vendor's default when the vendor updates the managed rule group settings.ManagedRuleGroupStatement.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.
ManagedRuleGroupStatement.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.
ManagedRuleGroupStatement.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) ManagedRuleGroupStatement.Builder scopeDownStatement(Statement scopeDownStatement)
An optional nested statement that narrows the scope of the web requests that are evaluated by the managed rule group. Requests are only evaluated by the rule group if they match the scope-down statement. You can use any nestable Statement in the scope-down statement, and you can nest statements at any level, the same as you can for a rule statement.
scopeDownStatement - An optional nested statement that narrows the scope of the web requests that are evaluated by the
managed rule group. Requests are only evaluated by the rule group if they match the scope-down
statement. You can use any nestable Statement in the scope-down statement, and you can nest
statements at any level, the same as you can for a rule statement.default ManagedRuleGroupStatement.Builder scopeDownStatement(Consumer<Statement.Builder> scopeDownStatement)
An optional nested statement that narrows the scope of the web requests that are evaluated by the managed rule group. Requests are only evaluated by the rule group if they match the scope-down statement. You can use any nestable Statement in the scope-down statement, and you can nest statements at any level, the same as you can for a rule statement.
This is a convenience method that creates an instance of theStatement.Builder avoiding the need to
create one manually via Statement.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to scopeDownStatement(Statement).
scopeDownStatement - a consumer that will call methods on Statement.BuilderscopeDownStatement(Statement)ManagedRuleGroupStatement.Builder managedRuleGroupConfigs(Collection<ManagedRuleGroupConfig> managedRuleGroupConfigs)
Additional information that's used by a managed rule group. Many managed rule groups don't require this.
The rule groups used for intelligent threat mitigation require additional configuration:
Use the AWSManagedRulesACFPRuleSet configuration object to configure the account creation fraud
prevention managed rule group. The configuration includes the registration and sign-up pages of your
application and the locations in the account creation request payload of data, such as the user email and
phone number fields.
Use the AWSManagedRulesATPRuleSet configuration object to configure the account takeover
prevention managed rule group. The configuration includes the sign-in page of your application and the
locations in the login request payload of data such as the username and password.
Use the AWSManagedRulesBotControlRuleSet configuration object to configure the protection level
that you want the Bot Control rule group to use.
managedRuleGroupConfigs - Additional information that's used by a managed rule group. Many managed rule groups don't require
this.
The rule groups used for intelligent threat mitigation require additional configuration:
Use the AWSManagedRulesACFPRuleSet configuration object to configure the account creation
fraud prevention managed rule group. The configuration includes the registration and sign-up pages of
your application and the locations in the account creation request payload of data, such as the user
email and phone number fields.
Use the AWSManagedRulesATPRuleSet configuration object to configure the account takeover
prevention managed rule group. The configuration includes the sign-in page of your application and the
locations in the login request payload of data such as the username and password.
Use the AWSManagedRulesBotControlRuleSet configuration object to configure the protection
level that you want the Bot Control rule group to use.
ManagedRuleGroupStatement.Builder managedRuleGroupConfigs(ManagedRuleGroupConfig... managedRuleGroupConfigs)
Additional information that's used by a managed rule group. Many managed rule groups don't require this.
The rule groups used for intelligent threat mitigation require additional configuration:
Use the AWSManagedRulesACFPRuleSet configuration object to configure the account creation fraud
prevention managed rule group. The configuration includes the registration and sign-up pages of your
application and the locations in the account creation request payload of data, such as the user email and
phone number fields.
Use the AWSManagedRulesATPRuleSet configuration object to configure the account takeover
prevention managed rule group. The configuration includes the sign-in page of your application and the
locations in the login request payload of data such as the username and password.
Use the AWSManagedRulesBotControlRuleSet configuration object to configure the protection level
that you want the Bot Control rule group to use.
managedRuleGroupConfigs - Additional information that's used by a managed rule group. Many managed rule groups don't require
this.
The rule groups used for intelligent threat mitigation require additional configuration:
Use the AWSManagedRulesACFPRuleSet configuration object to configure the account creation
fraud prevention managed rule group. The configuration includes the registration and sign-up pages of
your application and the locations in the account creation request payload of data, such as the user
email and phone number fields.
Use the AWSManagedRulesATPRuleSet configuration object to configure the account takeover
prevention managed rule group. The configuration includes the sign-in page of your application and the
locations in the login request payload of data such as the username and password.
Use the AWSManagedRulesBotControlRuleSet configuration object to configure the protection
level that you want the Bot Control rule group to use.
ManagedRuleGroupStatement.Builder managedRuleGroupConfigs(Consumer<ManagedRuleGroupConfig.Builder>... managedRuleGroupConfigs)
Additional information that's used by a managed rule group. Many managed rule groups don't require this.
The rule groups used for intelligent threat mitigation require additional configuration:
Use the AWSManagedRulesACFPRuleSet configuration object to configure the account creation fraud
prevention managed rule group. The configuration includes the registration and sign-up pages of your
application and the locations in the account creation request payload of data, such as the user email and
phone number fields.
Use the AWSManagedRulesATPRuleSet configuration object to configure the account takeover
prevention managed rule group. The configuration includes the sign-in page of your application and the
locations in the login request payload of data such as the username and password.
Use the AWSManagedRulesBotControlRuleSet configuration object to configure the protection level
that you want the Bot Control rule group to use.
ManagedRuleGroupConfig.Builder avoiding the need to
create one manually via ManagedRuleGroupConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #managedRuleGroupConfigs(List.
managedRuleGroupConfigs - a consumer that will call methods on
ManagedRuleGroupConfig.Builder#managedRuleGroupConfigs(java.util.Collection) ManagedRuleGroupStatement.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.
ManagedRuleGroupStatement.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.
ManagedRuleGroupStatement.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.