Interface Edge.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Edge.Builder,Edge>, SdkBuilder<Edge.Builder,Edge>, SdkPojo
Enclosing class:
Edge

public static interface Edge.Builder extends SdkPojo, CopyableBuilder<Edge.Builder,Edge>
  • Method Details

    • sourceId

      Edge.Builder sourceId(String sourceId)

      The unique of the node within the workflow where the edge starts.

      Parameters:
      sourceId - The unique of the node within the workflow where the edge starts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationId

      Edge.Builder destinationId(String destinationId)

      The unique of the node within the workflow where the edge ends.

      Parameters:
      destinationId - The unique of the node within the workflow where the edge ends.
      Returns:
      Returns a reference to this object so that method calls can be chained together.