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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyVariables.BuilderruleVariables(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ruleVariables
PolicyVariables.Builder ruleVariables(Map<String,IPSet> 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.
-
-