Interface NetworkConnection.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkConnection.Builder,
,NetworkConnection> SdkBuilder<NetworkConnection.Builder,
,NetworkConnection> SdkPojo
- Enclosing class:
NetworkConnection
@Mutable
@NotThreadSafe
public static interface NetworkConnection.Builder
extends SdkPojo, CopyableBuilder<NetworkConnection.Builder,NetworkConnection>
-
Method Summary
Modifier and TypeMethodDescriptionThe direction in which the network traffic is flowing.direction
(ConnectionDirection 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 Details
-
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:
-
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:
-