Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Node |
Node.clone() |
Node |
Node.withCrawlerDetails(CrawlerNodeDetails crawlerDetails)
Details of the crawler when the node represents a crawler.
|
Node |
Node.withJobDetails(JobNodeDetails jobDetails)
Details of the Job when the node represents a Job.
|
Node |
Node.withName(String name)
The name of the Glue component represented by the node.
|
Node |
Node.withTriggerDetails(TriggerNodeDetails triggerDetails)
Details of the Trigger when the node represents a Trigger.
|
Node |
Node.withType(NodeType type)
The type of Glue component represented by the node.
|
Node |
Node.withType(String type)
The type of Glue component represented by the node.
|
Node |
Node.withUniqueId(String uniqueId)
The unique Id assigned to the node within the workflow.
|
Modifier and Type | Method and Description |
---|---|
List<Node> |
WorkflowGraph.getNodes()
A list of the the Glue components belong to the workflow represented as nodes.
|
Modifier and Type | Method and Description |
---|---|
WorkflowGraph |
WorkflowGraph.withNodes(Node... nodes)
A list of the the Glue components belong to the workflow represented as nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowGraph.setNodes(Collection<Node> nodes)
A list of the the Glue components belong to the workflow represented as nodes.
|
WorkflowGraph |
WorkflowGraph.withNodes(Collection<Node> nodes)
A list of the the Glue components belong to the workflow represented as nodes.
|
Copyright © 2021. All rights reserved.