Interface PolicyVariables.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<PolicyVariables.Builder,,PolicyVariables> SdkBuilder<PolicyVariables.Builder,,PolicyVariables> SdkPojo
- Enclosing class:
 PolicyVariables
public static interface PolicyVariables.Builder
extends SdkPojo, CopyableBuilder<PolicyVariables.Builder,PolicyVariables> 
- 
Method Summary
Modifier and TypeMethodDescriptionruleVariables(Map<String, IPSet> ruleVariables) The IPv4 or IPv6 addresses in CIDR notation to use for the SuricataHOME_NETvariable.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
ruleVariables
The IPv4 or IPv6 addresses in CIDR notation to use for the Suricata
HOME_NETvariable. If your firewall uses an inspection VPC, you might want to override theHOME_NETvariable with the CIDRs of your home networks. If you don't overrideHOME_NETwith your own CIDRs, Network Firewall by default uses the CIDR of your inspection VPC.- Parameters:
 ruleVariables- The IPv4 or IPv6 addresses in CIDR notation to use for the SuricataHOME_NETvariable. If your firewall uses an inspection VPC, you might want to override theHOME_NETvariable with the CIDRs of your home networks. If you don't overrideHOME_NETwith your own CIDRs, Network Firewall by default uses the CIDR of your inspection VPC.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -