| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartBlueprintRunResult> |
AbstractAWSGlueAsync.startBlueprintRunAsync(StartBlueprintRunRequest request,
AsyncHandler<StartBlueprintRunRequest,StartBlueprintRunResult> asyncHandler) |
Future<StartBlueprintRunResult> |
AWSGlueAsync.startBlueprintRunAsync(StartBlueprintRunRequest startBlueprintRunRequest,
AsyncHandler<StartBlueprintRunRequest,StartBlueprintRunResult> asyncHandler)
Starts a new run of the specified blueprint.
|
Future<StartBlueprintRunResult> |
AWSGlueAsyncClient.startBlueprintRunAsync(StartBlueprintRunRequest request,
AsyncHandler<StartBlueprintRunRequest,StartBlueprintRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartBlueprintRunRequest |
StartBlueprintRunRequest.clone() |
StartBlueprintRunRequest |
StartBlueprintRunRequest.withBlueprintName(String blueprintName)
The name of the blueprint.
|
StartBlueprintRunRequest |
StartBlueprintRunRequest.withParameters(String parameters)
Specifies the parameters as a
BlueprintParameters object. |
StartBlueprintRunRequest |
StartBlueprintRunRequest.withRoleArn(String roleArn)
Specifies the IAM role used to create the workflow.
|
Copyright © 2025. All rights reserved.