Interface CreateScriptRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateScriptRequest.Builder,,CreateScriptRequest> GlueRequest.Builder,SdkBuilder<CreateScriptRequest.Builder,,CreateScriptRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateScriptRequest
public static interface CreateScriptRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateScriptRequest.Builder,CreateScriptRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptiondagEdges(Collection<CodeGenEdge> dagEdges) A list of the edges in the DAG.dagEdges(Consumer<CodeGenEdge.Builder>... dagEdges) A list of the edges in the DAG.dagEdges(CodeGenEdge... dagEdges) A list of the edges in the DAG.dagNodes(Collection<CodeGenNode> dagNodes) A list of the nodes in the DAG.dagNodes(Consumer<CodeGenNode.Builder>... dagNodes) A list of the nodes in the DAG.dagNodes(CodeGenNode... dagNodes) A list of the nodes in the DAG.The programming language of the resulting code from the DAG.The programming language of the resulting code from the DAG.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
dagNodes
A list of the nodes in the DAG.
- Parameters:
 dagNodes- A list of the nodes in the DAG.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dagNodes
A list of the nodes in the DAG.
- Parameters:
 dagNodes- A list of the nodes in the DAG.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dagNodes
A list of the nodes in the 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 DAG.
- Parameters:
 dagEdges- A list of the edges in the DAG.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dagEdges
A list of the edges in the DAG.
- Parameters:
 dagEdges- A list of the edges in the DAG.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dagEdges
A list of the edges in the 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:
 
 - 
language
The programming language of the resulting code from the DAG.
- Parameters:
 language- The programming language of the resulting code from the DAG.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
language
The programming language of the resulting code from the DAG.
- Parameters:
 language- The programming language of the resulting code from the DAG.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateScriptRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateScriptRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -