Interface GetDataflowGraphResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDataflowGraphResponse.Builder,,GetDataflowGraphResponse> GlueResponse.Builder,SdkBuilder<GetDataflowGraphResponse.Builder,,GetDataflowGraphResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetDataflowGraphResponse
public static interface GetDataflowGraphResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetDataflowGraphResponse.Builder,GetDataflowGraphResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondagEdges(Collection<CodeGenEdge> dagEdges) A list of the edges in the resulting DAG.dagEdges(Consumer<CodeGenEdge.Builder>... dagEdges) A list of the edges in the resulting DAG.dagEdges(CodeGenEdge... dagEdges) A list of the edges in the resulting DAG.dagNodes(Collection<CodeGenNode> dagNodes) A list of the nodes in the resulting DAG.dagNodes(Consumer<CodeGenNode.Builder>... dagNodes) A list of the nodes in the resulting DAG.dagNodes(CodeGenNode... dagNodes) A list of the nodes in the resulting DAG.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
dagNodes
A list of the nodes in the resulting DAG.
- Parameters:
dagNodes- A list of the nodes in the resulting DAG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dagNodes
A list of the nodes in the resulting DAG.
- Parameters:
dagNodes- A list of the nodes in the resulting DAG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dagNodes
A list of the nodes in the resulting DAG.
This is a convenience method that creates an instance of theCodeGenNode.Builderavoiding the need to create one manually viaCodeGenNode.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todagNodes(List<CodeGenNode>).- Parameters:
dagNodes- a consumer that will call methods onCodeGenNode.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dagEdges
A list of the edges in the resulting DAG.
- Parameters:
dagEdges- A list of the edges in the resulting DAG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dagEdges
A list of the edges in the resulting DAG.
- Parameters:
dagEdges- A list of the edges in the resulting DAG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dagEdges
A list of the edges in the resulting DAG.
This is a convenience method that creates an instance of theCodeGenEdge.Builderavoiding the need to create one manually viaCodeGenEdge.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todagEdges(List<CodeGenEdge>).- Parameters:
dagEdges- a consumer that will call methods onCodeGenEdge.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-