public static interface StartBlueprintRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<StartBlueprintRunRequest.Builder,StartBlueprintRunRequest>
| Modifier and Type | Method and Description |
|---|---|
StartBlueprintRunRequest.Builder |
blueprintName(String blueprintName)
The name of the blueprint.
|
StartBlueprintRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartBlueprintRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartBlueprintRunRequest.Builder |
parameters(String parameters)
Specifies the parameters as a
BlueprintParameters object. |
StartBlueprintRunRequest.Builder |
roleArn(String roleArn)
Specifies the IAM role used to create the workflow.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartBlueprintRunRequest.Builder blueprintName(String blueprintName)
The name of the blueprint.
blueprintName - The name of the blueprint.StartBlueprintRunRequest.Builder parameters(String parameters)
Specifies the parameters as a BlueprintParameters object.
parameters - Specifies the parameters as a BlueprintParameters object.StartBlueprintRunRequest.Builder roleArn(String roleArn)
Specifies the IAM role used to create the workflow.
roleArn - Specifies the IAM role used to create the workflow.StartBlueprintRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartBlueprintRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.