@Stability(value=Stable) public static final class CfnWebACL.RuleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWebACL.RuleProperty>
CfnWebACL.RuleProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnWebACL.RuleProperty.Builder |
action(CfnWebACL.ActionProperty action)
Sets the value of
CfnWebACL.RuleProperty.getAction() |
CfnWebACL.RuleProperty.Builder |
action(IResolvable action)
Sets the value of
CfnWebACL.RuleProperty.getAction() |
CfnWebACL.RuleProperty |
build()
Builds the configured instance.
|
CfnWebACL.RuleProperty.Builder |
priority(Number priority)
Sets the value of
CfnWebACL.RuleProperty.getPriority() |
CfnWebACL.RuleProperty.Builder |
ruleId(String ruleId)
Sets the value of
CfnWebACL.RuleProperty.getRuleId() |
@Stability(value=Stable) public CfnWebACL.RuleProperty.Builder action(CfnWebACL.ActionProperty action)
CfnWebACL.RuleProperty.getAction()action - `CfnWebACL.RuleProperty.Action`. This parameter is required.this@Stability(value=Stable) public CfnWebACL.RuleProperty.Builder action(IResolvable action)
CfnWebACL.RuleProperty.getAction()action - `CfnWebACL.RuleProperty.Action`. This parameter is required.this@Stability(value=Stable) public CfnWebACL.RuleProperty.Builder priority(Number priority)
CfnWebACL.RuleProperty.getPriority()priority - `CfnWebACL.RuleProperty.Priority`. This parameter is required.this@Stability(value=Stable) public CfnWebACL.RuleProperty.Builder ruleId(String ruleId)
CfnWebACL.RuleProperty.getRuleId()ruleId - `CfnWebACL.RuleProperty.RuleId`. This parameter is required.this@Stability(value=Stable) public CfnWebACL.RuleProperty build()
build in interface software.amazon.jsii.Builder<CfnWebACL.RuleProperty>CfnWebACL.RulePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.