Interface NeighborConnectionDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NeighborConnectionDetail.Builder,NeighborConnectionDetail>,SdkBuilder<NeighborConnectionDetail.Builder,NeighborConnectionDetail>,SdkPojo
- Enclosing class:
- NeighborConnectionDetail
public static interface NeighborConnectionDetail.Builder extends SdkPojo, CopyableBuilder<NeighborConnectionDetail.Builder,NeighborConnectionDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NeighborConnectionDetail.BuilderconnectionsCount(Long connectionsCount)The number of open network connections with the neighboring server.NeighborConnectionDetail.BuilderdestinationPort(Integer destinationPort)The destination network port for the connection.NeighborConnectionDetail.BuilderdestinationServerId(String destinationServerId)The ID of the server that accepted the network connection.NeighborConnectionDetail.BuildersourceServerId(String sourceServerId)The ID of the server that opened the network connection.NeighborConnectionDetail.BuildertransportProtocol(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, sdkFields
-
-
-
-
Method Detail
-
sourceServerId
NeighborConnectionDetail.Builder sourceServerId(String 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
NeighborConnectionDetail.Builder destinationServerId(String 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
NeighborConnectionDetail.Builder destinationPort(Integer 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
NeighborConnectionDetail.Builder transportProtocol(String 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
NeighborConnectionDetail.Builder connectionsCount(Long 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.
-
-