Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
CodeGenNode |
CodeGenNode.clone() |
CodeGenNode |
CodeGenNode.withArgs(CodeGenNodeArg... args)
Properties of the node, in the form of name-value pairs.
|
CodeGenNode |
CodeGenNode.withArgs(Collection<CodeGenNodeArg> args)
Properties of the node, in the form of name-value pairs.
|
CodeGenNode |
CodeGenNode.withId(String id)
A node identifier that is unique within the node's graph.
|
CodeGenNode |
CodeGenNode.withLineNumber(Integer lineNumber)
The line number of the node.
|
CodeGenNode |
CodeGenNode.withNodeType(String nodeType)
The type of node that this is.
|
Modifier and Type | Method and Description |
---|---|
List<CodeGenNode> |
GetDataflowGraphResult.getDagNodes()
A list of the nodes in the resulting DAG.
|
List<CodeGenNode> |
CreateScriptRequest.getDagNodes()
A list of the nodes in the DAG.
|
Modifier and Type | Method and Description |
---|---|
GetDataflowGraphResult |
GetDataflowGraphResult.withDagNodes(CodeGenNode... dagNodes)
A list of the nodes in the resulting DAG.
|
CreateScriptRequest |
CreateScriptRequest.withDagNodes(CodeGenNode... dagNodes)
A list of the nodes in the DAG.
|
Modifier and Type | Method and Description |
---|---|
void |
GetDataflowGraphResult.setDagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the resulting DAG.
|
void |
CreateScriptRequest.setDagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the DAG.
|
GetDataflowGraphResult |
GetDataflowGraphResult.withDagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the resulting DAG.
|
CreateScriptRequest |
CreateScriptRequest.withDagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the DAG.
|
Copyright © 2022. All rights reserved.