| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartBlueprintRunResponse> |
GlueAsyncClient.startBlueprintRun(Consumer<StartBlueprintRunRequest.Builder> startBlueprintRunRequest)
Starts a new run of the specified blueprint.
|
default StartBlueprintRunResponse |
GlueClient.startBlueprintRun(Consumer<StartBlueprintRunRequest.Builder> startBlueprintRunRequest)
Starts a new run of the specified blueprint.
|
| Modifier and Type | Method and Description |
|---|---|
StartBlueprintRunRequest.Builder |
StartBlueprintRunRequest.Builder.blueprintName(String blueprintName)
The name of the blueprint.
|
static StartBlueprintRunRequest.Builder |
StartBlueprintRunRequest.builder() |
StartBlueprintRunRequest.Builder |
StartBlueprintRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartBlueprintRunRequest.Builder |
StartBlueprintRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartBlueprintRunRequest.Builder |
StartBlueprintRunRequest.Builder.parameters(String parameters)
Specifies the parameters as a
BlueprintParameters object. |
StartBlueprintRunRequest.Builder |
StartBlueprintRunRequest.Builder.roleArn(String roleArn)
Specifies the IAM role used to create the workflow.
|
StartBlueprintRunRequest.Builder |
StartBlueprintRunRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartBlueprintRunRequest.Builder> |
StartBlueprintRunRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.