public static interface PortProbeDetail.Builder extends SdkPojo, CopyableBuilder<PortProbeDetail.Builder,PortProbeDetail>
| Modifier and Type | Method and Description |
|---|---|
default PortProbeDetail.Builder |
localPortDetails(Consumer<LocalPortDetails.Builder> localPortDetails)
Local port information of the connection.
|
PortProbeDetail.Builder |
localPortDetails(LocalPortDetails localPortDetails)
Local port information of the connection.
|
default PortProbeDetail.Builder |
remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails)
Remote IP information of the connection.
|
PortProbeDetail.Builder |
remoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPortProbeDetail.Builder localPortDetails(LocalPortDetails localPortDetails)
Local port information of the connection.
localPortDetails - Local port information of the connection.default PortProbeDetail.Builder localPortDetails(Consumer<LocalPortDetails.Builder> localPortDetails)
Local port information of the connection.
This is a convenience 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 remoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
remoteIpDetails - Remote IP information of the connection.default PortProbeDetail.Builder remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails)
Remote IP information of the connection.
This is a convenience 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 © 2019. All rights reserved.