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)
Indicates the direction of network traffic associated with a finding.
|
Network.Builder |
direction(String direction)
Indicates the direction of network traffic associated with a finding.
|
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.
|
copyapplyMutation, buildNetwork.Builder direction(String direction)
Indicates the direction of network traffic associated with a finding.
direction - Indicates the direction of network traffic associated with a finding.NetworkDirection,
NetworkDirectionNetwork.Builder direction(NetworkDirection direction)
Indicates the direction of network traffic associated with a finding.
direction - Indicates 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.