public static interface PortProbeDetail.Builder extends SdkPojo, CopyableBuilder<PortProbeDetail.Builder,PortProbeDetail>
| Modifier and Type | Method and Description |
|---|---|
PortProbeDetail.Builder |
localIpDetails(ActionLocalIpDetails localIpDetails)
Provides information about the IP address where the scanned port is located.
|
default PortProbeDetail.Builder |
localIpDetails(Consumer<ActionLocalIpDetails.Builder> localIpDetails)
Provides information about the IP address where the scanned port is located.
|
PortProbeDetail.Builder |
localPortDetails(ActionLocalPortDetails localPortDetails)
Provides information about the port that was scanned.
|
default PortProbeDetail.Builder |
localPortDetails(Consumer<ActionLocalPortDetails.Builder> localPortDetails)
Provides information about the port that was scanned.
|
PortProbeDetail.Builder |
remoteIpDetails(ActionRemoteIpDetails remoteIpDetails)
Provides information about the remote IP address that performed the scan.
|
default PortProbeDetail.Builder |
remoteIpDetails(Consumer<ActionRemoteIpDetails.Builder> remoteIpDetails)
Provides information about the remote IP address that performed the scan.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPortProbeDetail.Builder localPortDetails(ActionLocalPortDetails localPortDetails)
Provides information about the port that was scanned.
localPortDetails - Provides information about the port that was scanned.default PortProbeDetail.Builder localPortDetails(Consumer<ActionLocalPortDetails.Builder> localPortDetails)
Provides information about the port that was scanned.
This is a convenience method that creates an instance of theActionLocalPortDetails.Builder avoiding
the need to create one manually via ActionLocalPortDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to localPortDetails(ActionLocalPortDetails).
localPortDetails - a consumer that will call methods on ActionLocalPortDetails.BuilderlocalPortDetails(ActionLocalPortDetails)PortProbeDetail.Builder localIpDetails(ActionLocalIpDetails localIpDetails)
Provides information about the IP address where the scanned port is located.
localIpDetails - Provides information about the IP address where the scanned port is located.default PortProbeDetail.Builder localIpDetails(Consumer<ActionLocalIpDetails.Builder> localIpDetails)
Provides information about the IP address where the scanned port is located.
This is a convenience method that creates an instance of theActionLocalIpDetails.Builder avoiding
the need to create one manually via ActionLocalIpDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to localIpDetails(ActionLocalIpDetails).
localIpDetails - a consumer that will call methods on ActionLocalIpDetails.BuilderlocalIpDetails(ActionLocalIpDetails)PortProbeDetail.Builder remoteIpDetails(ActionRemoteIpDetails remoteIpDetails)
Provides information about the remote IP address that performed the scan.
remoteIpDetails - Provides information about the remote IP address that performed the scan.default PortProbeDetail.Builder remoteIpDetails(Consumer<ActionRemoteIpDetails.Builder> remoteIpDetails)
Provides information about the remote IP address that performed the scan.
This is a convenience method that creates an instance of theActionRemoteIpDetails.Builder avoiding
the need to create one manually via ActionRemoteIpDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to remoteIpDetails(ActionRemoteIpDetails).
remoteIpDetails - a consumer that will call methods on ActionRemoteIpDetails.BuilderremoteIpDetails(ActionRemoteIpDetails)Copyright © 2023. All rights reserved.