@Stability(value=Stable) public static final class CfnRuleGroup.AddressProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRuleGroup.AddressProperty>
CfnRuleGroup.AddressProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRuleGroup.AddressProperty.Builder |
addressDefinition(String addressDefinition)
Sets the value of
CfnRuleGroup.AddressProperty.getAddressDefinition() |
CfnRuleGroup.AddressProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnRuleGroup.AddressProperty.Builder addressDefinition(String addressDefinition)
CfnRuleGroup.AddressProperty.getAddressDefinition()addressDefinition - Specify an IP address or a block of IP addresses in Classless Inter-Domain Routing (CIDR) notation. This parameter is required.
Network Firewall supports all address ranges for IPv4.
Examples:
192.0.2.44/32 .192.0.2.0/24 .For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing .
this@Stability(value=Stable) public CfnRuleGroup.AddressProperty build()
build in interface software.amazon.jsii.Builder<CfnRuleGroup.AddressProperty>CfnRuleGroup.AddressPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.