public static interface NetworkConnectionAction.Builder extends SdkPojo, CopyableBuilder<NetworkConnectionAction.Builder,NetworkConnectionAction>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkConnectionAction.Builder blocked(Boolean blocked)
Network connection blocked information.
blocked - Network connection blocked information.NetworkConnectionAction.Builder connectionDirection(String connectionDirection)
Network connection direction.
connectionDirection - Network connection direction.NetworkConnectionAction.Builder localPortDetails(LocalPortDetails localPortDetails)
Local port information of the connection.
localPortDetails - Local port information of the connection.default NetworkConnectionAction.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)NetworkConnectionAction.Builder protocol(String protocol)
Network connection protocol.
protocol - Network connection protocol.NetworkConnectionAction.Builder remoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
remoteIpDetails - Remote IP information of the connection.default NetworkConnectionAction.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)NetworkConnectionAction.Builder remotePortDetails(RemotePortDetails remotePortDetails)
Remote port information of the connection.
remotePortDetails - Remote port information of the connection.default NetworkConnectionAction.Builder remotePortDetails(Consumer<RemotePortDetails.Builder> remotePortDetails)
Remote port information of the connection.
This is a convenience that creates an instance of theRemotePortDetails.Builder avoiding the need to
create one manually via RemotePortDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to remotePortDetails(RemotePortDetails).remotePortDetails - a consumer that will call methods on RemotePortDetails.BuilderremotePortDetails(RemotePortDetails)Copyright © 2019. All rights reserved.