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, such as "HTTP", "Database", "Queue", or "Internal".connectionType(ConnectionType connectionType) The type of connection between the nodes, such as "HTTP", "Database", "Queue", or "Internal".destinationNodeId(String destinationNodeId) The identifier of the destination node in the dependency relationship.The typical duration or latency of interactions along this edge, measured in milliseconds.sourceNodeId(String sourceNodeId) The identifier of the source node in the dependency relationship.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sourceNodeId
The identifier of the source node in the dependency relationship.
- Parameters:
sourceNodeId- The identifier of the source node in the dependency relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationNodeId
The identifier of the destination node in the dependency relationship.
- Parameters:
destinationNodeId- The identifier of the destination node in the dependency relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
duration
The typical duration or latency of interactions along this edge, measured in milliseconds.
- Parameters:
duration- The typical duration or latency of interactions along this edge, measured in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionType
The type of connection between the nodes, such as "HTTP", "Database", "Queue", or "Internal".
- Parameters:
connectionType- The type of connection between the nodes, such as "HTTP", "Database", "Queue", or "Internal".- 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, such as "HTTP", "Database", "Queue", or "Internal".
- Parameters:
connectionType- The type of connection between the nodes, such as "HTTP", "Database", "Queue", or "Internal".- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-