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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theCodeGenNode.Builder avoiding the need to create one
manually via CodeGenNode.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #dagNodes(List.
dagNodes - a consumer that will call methods on
CodeGenNode.Builder#dagNodes(java.util.Collection) 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 method that creates an instance of theCodeGenEdge.Builder avoiding the need to create one
manually via CodeGenEdge.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #dagEdges(List.
dagEdges - a consumer that will call methods on
CodeGenEdge.Builder#dagEdges(java.util.Collection) Copyright © 2023. All rights reserved.