Interface NeighborConnectionDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NeighborConnectionDetail.Builder,
,NeighborConnectionDetail> SdkBuilder<NeighborConnectionDetail.Builder,
,NeighborConnectionDetail> SdkPojo
- Enclosing class:
NeighborConnectionDetail
@Mutable
@NotThreadSafe
public static interface NeighborConnectionDetail.Builder
extends SdkPojo, CopyableBuilder<NeighborConnectionDetail.Builder,NeighborConnectionDetail>
-
Method Summary
Modifier and TypeMethodDescriptionconnectionsCount
(Long connectionsCount) The number of open network connections with the neighboring server.destinationPort
(Integer destinationPort) The destination network port for the connection.destinationServerId
(String destinationServerId) The ID of the server that accepted the network connection.sourceServerId
(String sourceServerId) The ID of the server that opened the network connection.transportProtocol
(String transportProtocol) The network protocol used for the connection.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
-
sourceServerId
The ID of the server that opened the network connection.
- Parameters:
sourceServerId
- The ID of the server that opened the network connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationServerId
The ID of the server that accepted the network connection.
- Parameters:
destinationServerId
- The ID of the server that accepted the network connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationPort
The destination network port for the connection.
- Parameters:
destinationPort
- The destination network port for the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transportProtocol
The network protocol used for the connection.
- Parameters:
transportProtocol
- The network protocol used for the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionsCount
The number of open network connections with the neighboring server.
- Parameters:
connectionsCount
- The number of open network connections with the neighboring server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-