@Stability(value=Stable) public static final class CfnRuleGroup.RuleVariablesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRuleGroup.RuleVariablesProperty>
CfnRuleGroup.RuleVariablesProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRuleGroup.RuleVariablesProperty |
build()
Builds the configured instance.
|
CfnRuleGroup.RuleVariablesProperty.Builder |
ipSets(IResolvable ipSets)
Sets the value of
CfnRuleGroup.RuleVariablesProperty.getIpSets() |
CfnRuleGroup.RuleVariablesProperty.Builder |
ipSets(Map<String,? extends Object> ipSets)
Sets the value of
CfnRuleGroup.RuleVariablesProperty.getIpSets() |
CfnRuleGroup.RuleVariablesProperty.Builder |
portSets(IResolvable portSets)
Sets the value of
CfnRuleGroup.RuleVariablesProperty.getPortSets() |
CfnRuleGroup.RuleVariablesProperty.Builder |
portSets(Map<String,? extends Object> portSets)
Sets the value of
CfnRuleGroup.RuleVariablesProperty.getPortSets() |
@Stability(value=Stable) public CfnRuleGroup.RuleVariablesProperty.Builder ipSets(IResolvable ipSets)
CfnRuleGroup.RuleVariablesProperty.getIpSets()ipSets - A list of IP addresses and address ranges, in CIDR notation.this@Stability(value=Stable) public CfnRuleGroup.RuleVariablesProperty.Builder ipSets(Map<String,? extends Object> ipSets)
CfnRuleGroup.RuleVariablesProperty.getIpSets()ipSets - A list of IP addresses and address ranges, in CIDR notation.this@Stability(value=Stable) public CfnRuleGroup.RuleVariablesProperty.Builder portSets(IResolvable portSets)
CfnRuleGroup.RuleVariablesProperty.getPortSets()portSets - A list of port ranges.this@Stability(value=Stable) public CfnRuleGroup.RuleVariablesProperty.Builder portSets(Map<String,? extends Object> portSets)
CfnRuleGroup.RuleVariablesProperty.getPortSets()portSets - A list of port ranges.this@Stability(value=Stable) public CfnRuleGroup.RuleVariablesProperty build()
build in interface software.amazon.jsii.Builder<CfnRuleGroup.RuleVariablesProperty>CfnRuleGroup.RuleVariablesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.