| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
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(Collection<Integer> protocols)
The protocols to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes.Builder |
RuleGroupSourceStatelessRuleMatchAttributes.Builder.protocols(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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RuleGroupSourceStatelessRuleMatchAttributes.Builder> |
RuleGroupSourceStatelessRuleMatchAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RuleGroupSourceStatelessRuleDefinition.Builder |
RuleGroupSourceStatelessRuleDefinition.Builder.matchAttributes(Consumer<RuleGroupSourceStatelessRuleMatchAttributes.Builder> matchAttributes)
The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.
|
Copyright © 2023. All rights reserved.