public static interface RuleVariables.Builder extends SdkPojo, CopyableBuilder<RuleVariables.Builder,RuleVariables>
| Modifier and Type | Method and Description |
|---|---|
RuleVariables.Builder |
ipSets(Map<String,IPSet> ipSets)
A list of IP addresses and address ranges, in CIDR notation.
|
RuleVariables.Builder |
portSets(Map<String,PortSet> portSets)
A list of port ranges.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleVariables.Builder ipSets(Map<String,IPSet> ipSets)
A list of IP addresses and address ranges, in CIDR notation.
ipSets - A list of IP addresses and address ranges, in CIDR notation.RuleVariables.Builder portSets(Map<String,PortSet> portSets)
A list of port ranges.
portSets - A list of port ranges.Copyright © 2023. All rights reserved.