Uses of Interface
software.amazon.awssdk.services.glue.model.WorkflowGraph.Builder
-
Packages that use WorkflowGraph.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of WorkflowGraph.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return WorkflowGraph.Builder Modifier and Type Method Description static WorkflowGraph.BuilderWorkflowGraph. builder()WorkflowGraph.BuilderWorkflowGraph.Builder. edges(Collection<Edge> edges)A list of all the directed connections between the nodes belonging to the workflow.WorkflowGraph.BuilderWorkflowGraph.Builder. edges(Consumer<Edge.Builder>... edges)A list of all the directed connections between the nodes belonging to the workflow.WorkflowGraph.BuilderWorkflowGraph.Builder. edges(Edge... edges)A list of all the directed connections between the nodes belonging to the workflow.WorkflowGraph.BuilderWorkflowGraph.Builder. nodes(Collection<Node> nodes)A list of the the Glue components belong to the workflow represented as nodes.WorkflowGraph.BuilderWorkflowGraph.Builder. nodes(Consumer<Node.Builder>... nodes)A list of the the Glue components belong to the workflow represented as nodes.WorkflowGraph.BuilderWorkflowGraph.Builder. nodes(Node... nodes)A list of the the Glue components belong to the workflow represented as nodes.WorkflowGraph.BuilderWorkflowGraph. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type WorkflowGraph.Builder Modifier and Type Method Description static Class<? extends WorkflowGraph.Builder>WorkflowGraph. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type WorkflowGraph.Builder Modifier and Type Method Description default Workflow.BuilderWorkflow.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.BuilderWorkflowRun.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.
-