@Stability(value=Stable) public static final class CfnWebACL.OverrideActionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWebACL.OverrideActionProperty>
CfnWebACL.OverrideActionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnWebACL.OverrideActionProperty |
build()
Builds the configured instance.
|
CfnWebACL.OverrideActionProperty.Builder |
count(Object count)
Sets the value of
CfnWebACL.OverrideActionProperty.getCount() |
CfnWebACL.OverrideActionProperty.Builder |
none(Object none)
Sets the value of
CfnWebACL.OverrideActionProperty.getNone() |
@Stability(value=Stable) public CfnWebACL.OverrideActionProperty.Builder count(Object count)
CfnWebACL.OverrideActionProperty.getCount()count - Override the rule group evaluation result to count only.
This option is usually set to none. It does not affect how the rules in the rule group are evaluated. If you want the rules in the rule group to only count matches, do not use this and instead exclude those rules in your rule group reference statement settings.
this@Stability(value=Stable) public CfnWebACL.OverrideActionProperty.Builder none(Object none)
CfnWebACL.OverrideActionProperty.getNone()none - Don't override the rule group evaluation result.
This is the most common setting.this@Stability(value=Stable) public CfnWebACL.OverrideActionProperty build()
build in interface software.amazon.jsii.Builder<CfnWebACL.OverrideActionProperty>CfnWebACL.OverrideActionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.