static RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.builder() |
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.destinationPorts(Collection<RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts> destinationPorts) |
A list of port ranges to specify the destination ports to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.destinationPorts(Consumer<RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder>... destinationPorts) |
A list of port ranges to specify the destination ports to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.destinationPorts(RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts... destinationPorts) |
A list of port ranges to specify the destination ports to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.destinations(Collection<RuleGroupSourceStatelessRuleMatchAttributesDestinations> destinations) |
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.destinations(Consumer<RuleGroupSourceStatelessRuleMatchAttributesDestinations.Builder>... destinations) |
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.destinations(RuleGroupSourceStatelessRuleMatchAttributesDestinations... destinations) |
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.protocols(Integer... protocols) |
The protocols to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.protocols(Collection<Integer> protocols) |
The protocols to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.sourcePorts(Collection<RuleGroupSourceStatelessRuleMatchAttributesSourcePorts> sourcePorts) |
A list of port ranges to specify the source ports to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.sourcePorts(Consumer<RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.Builder>... sourcePorts) |
A list of port ranges to specify the source ports to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.sourcePorts(RuleGroupSourceStatelessRuleMatchAttributesSourcePorts... sourcePorts) |
A list of port ranges to specify the source ports to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.sources(Collection<RuleGroupSourceStatelessRuleMatchAttributesSources> sources) |
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.sources(Consumer<RuleGroupSourceStatelessRuleMatchAttributesSources.Builder>... sources) |
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.sources(RuleGroupSourceStatelessRuleMatchAttributesSources... sources) |
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.tcpFlags(Collection<RuleGroupSourceStatelessRuleMatchAttributesTcpFlags> tcpFlags) |
The TCP flags and masks to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.tcpFlags(Consumer<RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.Builder>... tcpFlags) |
The TCP flags and masks to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.tcpFlags(RuleGroupSourceStatelessRuleMatchAttributesTcpFlags... tcpFlags) |
The TCP flags and masks to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.toBuilder() |
|