public static interface NetworkConnectionAction.Builder extends SdkPojo, CopyableBuilder<NetworkConnectionAction.Builder,NetworkConnectionAction>
| Modifier and Type | Method and Description |
|---|---|
NetworkConnectionAction.Builder |
blocked(Boolean blocked)
Indicates whether the network connection attempt was blocked.
|
NetworkConnectionAction.Builder |
connectionDirection(String connectionDirection)
The direction of the network connection request (
IN or OUT). |
NetworkConnectionAction.Builder |
localPortDetails(ActionLocalPortDetails localPortDetails)
Information about the port on the EC2 instance.
|
default NetworkConnectionAction.Builder |
localPortDetails(Consumer<ActionLocalPortDetails.Builder> localPortDetails)
Information about the port on the EC2 instance.
|
NetworkConnectionAction.Builder |
protocol(String protocol)
The protocol used to make the network connection request.
|
NetworkConnectionAction.Builder |
remoteIpDetails(ActionRemoteIpDetails remoteIpDetails)
Information about the remote IP address that issued the network connection request.
|
default NetworkConnectionAction.Builder |
remoteIpDetails(Consumer<ActionRemoteIpDetails.Builder> remoteIpDetails)
Information about the remote IP address that issued the network connection request.
|
NetworkConnectionAction.Builder |
remotePortDetails(ActionRemotePortDetails remotePortDetails)
Information about the port on the remote IP address.
|
default NetworkConnectionAction.Builder |
remotePortDetails(Consumer<ActionRemotePortDetails.Builder> remotePortDetails)
Information about the port on the remote IP address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkConnectionAction.Builder connectionDirection(String connectionDirection)
The direction of the network connection request (IN or OUT).
connectionDirection - The direction of the network connection request (IN or OUT).NetworkConnectionAction.Builder remoteIpDetails(ActionRemoteIpDetails remoteIpDetails)
Information about the remote IP address that issued the network connection request.
remoteIpDetails - Information about the remote IP address that issued the network connection request.default NetworkConnectionAction.Builder remoteIpDetails(Consumer<ActionRemoteIpDetails.Builder> remoteIpDetails)
Information about the remote IP address that issued the network connection request.
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)NetworkConnectionAction.Builder remotePortDetails(ActionRemotePortDetails remotePortDetails)
Information about the port on the remote IP address.
remotePortDetails - Information about the port on the remote IP address.default NetworkConnectionAction.Builder remotePortDetails(Consumer<ActionRemotePortDetails.Builder> remotePortDetails)
Information about the port on the remote IP address.
This is a convenience method that creates an instance of theActionRemotePortDetails.Builder avoiding
the need to create one manually via ActionRemotePortDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to remotePortDetails(ActionRemotePortDetails).
remotePortDetails - a consumer that will call methods on ActionRemotePortDetails.BuilderremotePortDetails(ActionRemotePortDetails)NetworkConnectionAction.Builder localPortDetails(ActionLocalPortDetails localPortDetails)
Information about the port on the EC2 instance.
localPortDetails - Information about the port on the EC2 instance.default NetworkConnectionAction.Builder localPortDetails(Consumer<ActionLocalPortDetails.Builder> localPortDetails)
Information about the port on the EC2 instance.
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)NetworkConnectionAction.Builder protocol(String protocol)
The protocol used to make the network connection request.
protocol - The protocol used to make the network connection request.NetworkConnectionAction.Builder blocked(Boolean blocked)
Indicates whether the network connection attempt was blocked.
blocked - Indicates whether the network connection attempt was blocked.Copyright © 2023. All rights reserved.