public static interface GetDataflowGraphResponse.Builder extends GlueResponse.Builder, CopyableBuilder<GetDataflowGraphResponse.Builder,GetDataflowGraphResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDataflowGraphResponse.Builder |
dagEdges(CodeGenEdge... dagEdges)
A list of the edges in the resulting DAG.
|
GetDataflowGraphResponse.Builder |
dagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the resulting DAG.
|
GetDataflowGraphResponse.Builder |
dagNodes(CodeGenNode... dagNodes)
A list of the nodes in the resulting DAG.
|
GetDataflowGraphResponse.Builder |
dagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the resulting DAG.
|
buildcopyapply, buildGetDataflowGraphResponse.Builder dagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the resulting DAG.
dagNodes - A list of the nodes in the resulting DAG.GetDataflowGraphResponse.Builder dagNodes(CodeGenNode... dagNodes)
A list of the nodes in the resulting DAG.
dagNodes - A list of the nodes in the resulting DAG.GetDataflowGraphResponse.Builder dagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the resulting DAG.
dagEdges - A list of the edges in the resulting DAG.GetDataflowGraphResponse.Builder dagEdges(CodeGenEdge... dagEdges)
A list of the edges in the resulting DAG.
dagEdges - A list of the edges in the resulting DAG.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.