public static interface PortProbeDetail.Builder extends SdkPojo, CopyableBuilder<PortProbeDetail.Builder,PortProbeDetail>
| Modifier and Type | Method and Description |
|---|---|
default PortProbeDetail.Builder |
localIpDetails(Consumer<LocalIpDetails.Builder> localIpDetails)
The local IP information of the connection.
|
PortProbeDetail.Builder |
localIpDetails(LocalIpDetails localIpDetails)
The local IP information of the connection.
|
default PortProbeDetail.Builder |
localPortDetails(Consumer<LocalPortDetails.Builder> localPortDetails)
The local port information of the connection.
|
PortProbeDetail.Builder |
localPortDetails(LocalPortDetails localPortDetails)
The local port information of the connection.
|
default PortProbeDetail.Builder |
remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails)
The remote IP information of the connection.
|
PortProbeDetail.Builder |
remoteIpDetails(RemoteIpDetails remoteIpDetails)
The remote IP information of the connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPortProbeDetail.Builder localPortDetails(LocalPortDetails localPortDetails)
The local port information of the connection.
localPortDetails - The local port information of the connection.default PortProbeDetail.Builder localPortDetails(Consumer<LocalPortDetails.Builder> localPortDetails)
The local port information of the connection.
This is a convenience method that creates an instance of theLocalPortDetails.Builder avoiding the
need to create one manually via LocalPortDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to localPortDetails(LocalPortDetails).localPortDetails - a consumer that will call methods on LocalPortDetails.BuilderlocalPortDetails(LocalPortDetails)PortProbeDetail.Builder localIpDetails(LocalIpDetails localIpDetails)
The local IP information of the connection.
localIpDetails - The local IP information of the connection.default PortProbeDetail.Builder localIpDetails(Consumer<LocalIpDetails.Builder> localIpDetails)
The local IP information of the connection.
This is a convenience method that creates an instance of theLocalIpDetails.Builder avoiding the need
to create one manually via LocalIpDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to localIpDetails(LocalIpDetails).localIpDetails - a consumer that will call methods on LocalIpDetails.BuilderlocalIpDetails(LocalIpDetails)PortProbeDetail.Builder remoteIpDetails(RemoteIpDetails remoteIpDetails)
The remote IP information of the connection.
remoteIpDetails - The remote IP information of the connection.default PortProbeDetail.Builder remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails)
The remote IP information of the connection.
This is a convenience method that creates an instance of theRemoteIpDetails.Builder avoiding the
need to create one manually via RemoteIpDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to remoteIpDetails(RemoteIpDetails).remoteIpDetails - a consumer that will call methods on RemoteIpDetails.BuilderremoteIpDetails(RemoteIpDetails)Copyright © 2022. All rights reserved.