public static interface Edge.Builder extends SdkPojo, CopyableBuilder<Edge.Builder,Edge>
Modifier and Type | Method and Description |
---|---|
Edge.Builder |
destinationId(String destinationId)
The unique of the node within the workflow where the edge ends.
|
Edge.Builder |
sourceId(String sourceId)
The unique of the node within the workflow where the edge starts.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Edge.Builder sourceId(String sourceId)
The unique of the node within the workflow where the edge starts.
sourceId
- The unique of the node within the workflow where the edge starts.Edge.Builder destinationId(String destinationId)
The unique of the node within the workflow where the edge ends.
destinationId
- The unique of the node within the workflow where the edge ends.Copyright © 2022. All rights reserved.