Interface Edge.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Edge.Builder,
,Edge> SdkBuilder<Edge.Builder,
,Edge> SdkPojo
- Enclosing class:
Edge
@Mutable
@NotThreadSafe
public static interface Edge.Builder
extends SdkPojo, CopyableBuilder<Edge.Builder,Edge>
-
Method Summary
Modifier and TypeMethodDescriptionconnectionType
(String connectionType) The type of connection between the nodes, indicating the nature of the relationship.connectionType
(ConnectionType connectionType) The type of connection between the nodes, indicating the nature of the relationship.destinationNodeId
(String destinationNodeId) The identifier of the destination node in this edge connection.The duration or latency associated with this connection, if applicable.sourceNodeId
(String sourceNodeId) The identifier of the source node in this edge 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
-
sourceNodeId
The identifier of the source node in this edge connection.
- Parameters:
sourceNodeId
- The identifier of the source node in this edge connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationNodeId
The identifier of the destination node in this edge connection.
- Parameters:
destinationNodeId
- The identifier of the destination node in this edge connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
duration
The duration or latency associated with this connection, if applicable.
- Parameters:
duration
- The duration or latency associated with this connection, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionType
The type of connection between the nodes, indicating the nature of the relationship.
- Parameters:
connectionType
- The type of connection between the nodes, indicating the nature of the relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectionType
The type of connection between the nodes, indicating the nature of the relationship.
- Parameters:
connectionType
- The type of connection between the nodes, indicating the nature of the relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-