public static interface NetworkReachabilityDetails.Builder extends SdkPojo, CopyableBuilder<NetworkReachabilityDetails.Builder,NetworkReachabilityDetails>
| Modifier and Type | Method and Description |
|---|---|
default NetworkReachabilityDetails.Builder |
networkPath(Consumer<NetworkPath.Builder> networkPath)
An object that contains details about a network path associated with a finding.
|
NetworkReachabilityDetails.Builder |
networkPath(NetworkPath networkPath)
An object that contains details about a network path associated with a finding.
|
default NetworkReachabilityDetails.Builder |
openPortRange(Consumer<PortRange.Builder> openPortRange)
An object that contains details about the open port range associated with a finding.
|
NetworkReachabilityDetails.Builder |
openPortRange(PortRange openPortRange)
An object that contains details about the open port range associated with a finding.
|
NetworkReachabilityDetails.Builder |
protocol(NetworkProtocol protocol)
The protocol associated with a finding.
|
NetworkReachabilityDetails.Builder |
protocol(String protocol)
The protocol associated with a finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkReachabilityDetails.Builder networkPath(NetworkPath networkPath)
An object that contains details about a network path associated with a finding.
networkPath - An object that contains details about a network path associated with a finding.default NetworkReachabilityDetails.Builder networkPath(Consumer<NetworkPath.Builder> networkPath)
An object that contains details about a network path associated with a finding.
This is a convenience method that creates an instance of theNetworkPath.Builder avoiding the need to
create one manually via NetworkPath.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to networkPath(NetworkPath).
networkPath - a consumer that will call methods on NetworkPath.BuildernetworkPath(NetworkPath)NetworkReachabilityDetails.Builder openPortRange(PortRange openPortRange)
An object that contains details about the open port range associated with a finding.
openPortRange - An object that contains details about the open port range associated with a finding.default NetworkReachabilityDetails.Builder openPortRange(Consumer<PortRange.Builder> openPortRange)
An object that contains details about the open port range associated with a finding.
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)NetworkReachabilityDetails.Builder protocol(String protocol)
The protocol associated with a finding.
protocol - The protocol associated with a finding.NetworkProtocol,
NetworkProtocolNetworkReachabilityDetails.Builder protocol(NetworkProtocol protocol)
The protocol associated with a finding.
protocol - The protocol associated with a finding.NetworkProtocol,
NetworkProtocolCopyright © 2022. All rights reserved.