| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<CodeGenNode> |
CreateScriptRequest.dagNodes()
A list of the nodes in the DAG.
|
List<CodeGenNode> |
GetDataflowGraphResponse.dagNodes()
A list of the nodes in the resulting DAG.
|
| Modifier and Type | Method and Description |
|---|---|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.dagNodes(CodeGenNode... dagNodes)
A list of the nodes in the DAG.
|
GetDataflowGraphResponse.Builder |
GetDataflowGraphResponse.Builder.dagNodes(CodeGenNode... dagNodes)
A list of the nodes in the resulting DAG.
|
| Modifier and Type | Method and Description |
|---|---|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.dagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the DAG.
|
GetDataflowGraphResponse.Builder |
GetDataflowGraphResponse.Builder.dagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the resulting DAG.
|
Copyright © 2023. All rights reserved.