Interface StartBlueprintRunRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartBlueprintRunRequest.Builder,StartBlueprintRunRequest>,GlueRequest.Builder,SdkBuilder<StartBlueprintRunRequest.Builder,StartBlueprintRunRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartBlueprintRunRequest
public static interface StartBlueprintRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<StartBlueprintRunRequest.Builder,StartBlueprintRunRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartBlueprintRunRequest.BuilderblueprintName(String blueprintName)The name of the blueprint.StartBlueprintRunRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartBlueprintRunRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartBlueprintRunRequest.Builderparameters(String parameters)Specifies the parameters as aBlueprintParametersobject.StartBlueprintRunRequest.BuilderroleArn(String roleArn)Specifies the IAM role used to create the workflow.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
blueprintName
StartBlueprintRunRequest.Builder blueprintName(String blueprintName)
The name of the blueprint.
- Parameters:
blueprintName- The name of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
StartBlueprintRunRequest.Builder parameters(String parameters)
Specifies the parameters as a
BlueprintParametersobject.- Parameters:
parameters- Specifies the parameters as aBlueprintParametersobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
StartBlueprintRunRequest.Builder roleArn(String roleArn)
Specifies the IAM role used to create the workflow.
- Parameters:
roleArn- Specifies the IAM role used to create the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartBlueprintRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartBlueprintRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-