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 Details

    • sourceNodeId

      Edge.Builder sourceNodeId(String 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

      Edge.Builder destinationNodeId(String 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

      Edge.Builder duration(Double 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

      Edge.Builder connectionType(String 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

      Edge.Builder connectionType(ConnectionType 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: