Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.Header.Builder
-
Packages that use Header.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of Header.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return Header.Builder Modifier and Type Method Description static Header.BuilderHeader. builder()Header.BuilderHeader.Builder. destination(String destination)The destination IP address or address range to inspect for, in CIDR notation.Header.BuilderHeader.Builder. destinationPort(String destinationPort)The destination port to inspect for.Header.BuilderHeader.Builder. direction(String direction)The direction of traffic flow to inspect.Header.BuilderHeader.Builder. direction(StatefulRuleDirection direction)The direction of traffic flow to inspect.Header.BuilderHeader.Builder. protocol(String protocol)The protocol to inspect for.Header.BuilderHeader.Builder. protocol(StatefulRuleProtocol protocol)The protocol to inspect for.Header.BuilderHeader.Builder. source(String source)The source IP address or address range to inspect for, in CIDR notation.Header.BuilderHeader.Builder. sourcePort(String sourcePort)The source port to inspect for.Header.BuilderHeader. toBuilder()Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type Header.Builder Modifier and Type Method Description static Class<? extends Header.Builder>Header. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type Header.Builder Modifier and Type Method Description default StatefulRule.BuilderStatefulRule.Builder. header(Consumer<Header.Builder> header)The stateful inspection criteria for this rule, used to inspect traffic flows.
-