public static interface CreateScriptRequest.Builder extends GlueRequest.Builder, CopyableBuilder<CreateScriptRequest.Builder,CreateScriptRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateScriptRequest.Builder |
dagEdges(CodeGenEdge... dagEdges)
A list of the edges in the DAG.
|
CreateScriptRequest.Builder |
dagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the DAG.
|
CreateScriptRequest.Builder |
dagNodes(CodeGenNode... dagNodes)
A list of the nodes in the DAG.
|
CreateScriptRequest.Builder |
dagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the DAG.
|
CreateScriptRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildCreateScriptRequest.Builder dagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the DAG.
dagNodes - A list of the nodes in the DAG.CreateScriptRequest.Builder dagNodes(CodeGenNode... dagNodes)
A list of the nodes in the DAG.
dagNodes - A list of the nodes in the DAG.CreateScriptRequest.Builder dagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the DAG.
dagEdges - A list of the edges in the DAG.CreateScriptRequest.Builder dagEdges(CodeGenEdge... dagEdges)
A list of the edges in the DAG.
dagEdges - A list of the edges in the DAG.CreateScriptRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.