public static interface Network.Builder extends SdkPojo, CopyableBuilder<Network.Builder,Network>
| Modifier and Type | Method and Description |
|---|---|
Network.Builder |
destinationDomain(String destinationDomain)
The destination domain of network-related information about a finding.
|
Network.Builder |
destinationIpV4(String destinationIpV4)
The destination IPv4 address of network-related information about a finding.
|
Network.Builder |
destinationIpV6(String destinationIpV6)
The destination IPv6 address of network-related information about a finding.
|
Network.Builder |
destinationPort(Integer destinationPort)
The destination port of network-related information about a finding.
|
Network.Builder |
direction(NetworkDirection direction)
The direction of network traffic associated with a finding.
|
Network.Builder |
direction(String direction)
The direction of network traffic associated with a finding.
|
default Network.Builder |
openPortRange(Consumer<PortRange.Builder> openPortRange)
The range of open ports that is present on the network.
|
Network.Builder |
openPortRange(PortRange openPortRange)
The range of open ports that is present on the network.
|
Network.Builder |
protocol(String protocol)
The protocol of network-related information about a finding.
|
Network.Builder |
sourceDomain(String sourceDomain)
The source domain of network-related information about a finding.
|
Network.Builder |
sourceIpV4(String sourceIpV4)
The source IPv4 address of network-related information about a finding.
|
Network.Builder |
sourceIpV6(String sourceIpV6)
The source IPv6 address of network-related information about a finding.
|
Network.Builder |
sourceMac(String sourceMac)
The source media access control (MAC) address of network-related information about a finding.
|
Network.Builder |
sourcePort(Integer sourcePort)
The source port of network-related information about a finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetwork.Builder direction(String direction)
The direction of network traffic associated with a finding.
direction - The direction of network traffic associated with a finding.NetworkDirection,
NetworkDirectionNetwork.Builder direction(NetworkDirection direction)
The direction of network traffic associated with a finding.
direction - The direction of network traffic associated with a finding.NetworkDirection,
NetworkDirectionNetwork.Builder protocol(String protocol)
The protocol of network-related information about a finding.
protocol - The protocol of network-related information about a finding.Network.Builder openPortRange(PortRange openPortRange)
The range of open ports that is present on the network.
openPortRange - The range of open ports that is present on the network.default Network.Builder openPortRange(Consumer<PortRange.Builder> openPortRange)
The range of open ports that is present on the network.
This is a convenience method that creates an instance of thePortRange.Builder avoiding the need to
create one manually via PortRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to openPortRange(PortRange).
openPortRange - a consumer that will call methods on PortRange.BuilderopenPortRange(PortRange)Network.Builder sourceIpV4(String sourceIpV4)
The source IPv4 address of network-related information about a finding.
sourceIpV4 - The source IPv4 address of network-related information about a finding.Network.Builder sourceIpV6(String sourceIpV6)
The source IPv6 address of network-related information about a finding.
sourceIpV6 - The source IPv6 address of network-related information about a finding.Network.Builder sourcePort(Integer sourcePort)
The source port of network-related information about a finding.
sourcePort - The source port of network-related information about a finding.Network.Builder sourceDomain(String sourceDomain)
The source domain of network-related information about a finding.
sourceDomain - The source domain of network-related information about a finding.Network.Builder sourceMac(String sourceMac)
The source media access control (MAC) address of network-related information about a finding.
sourceMac - The source media access control (MAC) address of network-related information about a finding.Network.Builder destinationIpV4(String destinationIpV4)
The destination IPv4 address of network-related information about a finding.
destinationIpV4 - The destination IPv4 address of network-related information about a finding.Network.Builder destinationIpV6(String destinationIpV6)
The destination IPv6 address of network-related information about a finding.
destinationIpV6 - The destination IPv6 address of network-related information about a finding.Network.Builder destinationPort(Integer destinationPort)
The destination port of network-related information about a finding.
destinationPort - The destination port of network-related information about a finding.Network.Builder destinationDomain(String destinationDomain)
The destination domain of network-related information about a finding.
destinationDomain - The destination domain of network-related information about a finding.Copyright © 2023. All rights reserved.