public static interface GetDataflowGraphResponse.Builder extends GlueResponse.Builder, SdkPojo, 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 | 
dagEdges(Consumer<CodeGenEdge.Builder>... 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. 
 | 
GetDataflowGraphResponse.Builder | 
dagNodes(Consumer<CodeGenNode.Builder>... dagNodes)
 A list of the nodes in the resulting DAG. 
 | 
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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 dagNodes(Consumer<CodeGenNode.Builder>... dagNodes)
A list of the nodes in the resulting DAG.
This is a convenience that creates an instance of theList.Builder  avoiding the need to
 create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called immediately and its
 result is passed to #dagNodes(List) .dagNodes - a consumer that will call methods on List.Builder #dagNodes(List) 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.GetDataflowGraphResponse.Builder dagEdges(Consumer<CodeGenEdge.Builder>... dagEdges)
A list of the edges in the resulting DAG.
This is a convenience that creates an instance of theList.Builder  avoiding the need to
 create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called immediately and its
 result is passed to #dagEdges(List) .dagEdges - a consumer that will call methods on List.Builder #dagEdges(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.