Interface NetworkConnection.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkConnection.Builder,NetworkConnection>,SdkBuilder<NetworkConnection.Builder,NetworkConnection>,SdkPojo
- Enclosing class:
- NetworkConnection
public static interface NetworkConnection.Builder extends SdkPojo, CopyableBuilder<NetworkConnection.Builder,NetworkConnection>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkConnection.Builderdirection(String direction)The direction in which the network traffic is flowing.NetworkConnection.Builderdirection(NetworkDirection direction)The direction in which the network traffic is flowing.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
direction
NetworkConnection.Builder direction(String direction)
The direction in which the network traffic is flowing.
- Parameters:
direction- The direction in which the network traffic is flowing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NetworkDirection,NetworkDirection
-
direction
NetworkConnection.Builder direction(NetworkDirection direction)
The direction in which the network traffic is flowing.
- Parameters:
direction- The direction in which the network traffic is flowing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NetworkDirection,NetworkDirection
-
-