Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
CodeGenEdge |
CodeGenEdge.clone() |
CodeGenEdge |
CodeGenEdge.withSource(String source)
The ID of the node at which the edge starts.
|
CodeGenEdge |
CodeGenEdge.withTarget(String target)
The ID of the node at which the edge ends.
|
CodeGenEdge |
CodeGenEdge.withTargetParameter(String targetParameter)
The target of the edge.
|
Modifier and Type | Method and Description |
---|---|
List<CodeGenEdge> |
CreateScriptRequest.getDagEdges()
A list of the edges in the DAG.
|
List<CodeGenEdge> |
GetDataflowGraphResult.getDagEdges()
A list of the edges in the resulting DAG.
|
Modifier and Type | Method and Description |
---|---|
CreateScriptRequest |
CreateScriptRequest.withDagEdges(CodeGenEdge... dagEdges)
A list of the edges in the DAG.
|
GetDataflowGraphResult |
GetDataflowGraphResult.withDagEdges(CodeGenEdge... dagEdges)
A list of the edges in the resulting DAG.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateScriptRequest.setDagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the DAG.
|
void |
GetDataflowGraphResult.setDagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the resulting DAG.
|
CreateScriptRequest |
CreateScriptRequest.withDagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the DAG.
|
GetDataflowGraphResult |
GetDataflowGraphResult.withDagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the resulting DAG.
|
Copyright © 2019. All rights reserved.