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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
CreateScriptRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.