| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowGraph.Builder |
WorkflowGraph.builder() |
WorkflowGraph.Builder |
WorkflowGraph.Builder.edges(Collection<Edge> edges)
A list of all the directed connections between the nodes belonging to the workflow.
|
WorkflowGraph.Builder |
WorkflowGraph.Builder.edges(Consumer<Edge.Builder>... edges)
A list of all the directed connections between the nodes belonging to the workflow.
|
WorkflowGraph.Builder |
WorkflowGraph.Builder.edges(Edge... edges)
A list of all the directed connections between the nodes belonging to the workflow.
|
WorkflowGraph.Builder |
WorkflowGraph.Builder.nodes(Collection<Node> nodes)
A list of the the Glue components belong to the workflow represented as nodes.
|
WorkflowGraph.Builder |
WorkflowGraph.Builder.nodes(Consumer<Node.Builder>... nodes)
A list of the the Glue components belong to the workflow represented as nodes.
|
WorkflowGraph.Builder |
WorkflowGraph.Builder.nodes(Node... nodes)
A list of the the Glue components belong to the workflow represented as nodes.
|
WorkflowGraph.Builder |
WorkflowGraph.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowGraph.Builder> |
WorkflowGraph.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Workflow.Builder |
Workflow.Builder.graph(Consumer<WorkflowGraph.Builder> graph)
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
default WorkflowRun.Builder |
WorkflowRun.Builder.graph(Consumer<WorkflowGraph.Builder> graph)
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
Copyright © 2023. All rights reserved.