| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static RuleVariables.Builder |
RuleVariables.builder() |
RuleVariables.Builder |
RuleVariables.Builder.ipSets(Map<String,IPSet> ipSets)
A list of IP addresses and address ranges, in CIDR notation.
|
RuleVariables.Builder |
RuleVariables.Builder.portSets(Map<String,PortSet> portSets)
A list of port ranges.
|
RuleVariables.Builder |
RuleVariables.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RuleVariables.Builder> |
RuleVariables.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RuleGroup.Builder |
RuleGroup.Builder.ruleVariables(Consumer<RuleVariables.Builder> ruleVariables)
Settings that are available for use in the rules in the rule group.
|
Copyright © 2023. All rights reserved.