Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Edge |
Edge.clone() |
Edge |
Edge.withDestinationId(String destinationId)
The unique of the node within the workflow where the edge ends.
|
Edge |
Edge.withSourceId(String sourceId)
The unique of the node within the workflow where the edge starts.
|
Modifier and Type | Method and Description |
---|---|
List<Edge> |
WorkflowGraph.getEdges()
A list of all the directed connections between the nodes belonging to the workflow.
|
Modifier and Type | Method and Description |
---|---|
WorkflowGraph |
WorkflowGraph.withEdges(Edge... edges)
A list of all the directed connections between the nodes belonging to the workflow.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowGraph.setEdges(Collection<Edge> edges)
A list of all the directed connections between the nodes belonging to the workflow.
|
WorkflowGraph |
WorkflowGraph.withEdges(Collection<Edge> edges)
A list of all the directed connections between the nodes belonging to the workflow.
|
Copyright © 2022. All rights reserved.