public static interface CreateScriptRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateScriptRequest.Builder,CreateScriptRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 dagNodes(Consumer<CodeGenNode.Builder>... dagNodes)
A list of the nodes in the 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) 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 dagEdges(Consumer<CodeGenEdge.Builder>... dagEdges)
A list of the edges in the 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) CreateScriptRequest.Builder language(String language)
The programming language of the resulting code from the DAG.
CreateScriptRequest.Builder language(Language language)
The programming language of the resulting code from the DAG.
CreateScriptRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateScriptRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.