| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default GetBlueprintRunResponse |
GlueClient.getBlueprintRun(Consumer<GetBlueprintRunRequest.Builder> getBlueprintRunRequest)
Retrieves the details of a blueprint run.
|
default CompletableFuture<GetBlueprintRunResponse> |
GlueAsyncClient.getBlueprintRun(Consumer<GetBlueprintRunRequest.Builder> getBlueprintRunRequest)
Retrieves the details of a blueprint run.
|
| Modifier and Type | Method and Description |
|---|---|
GetBlueprintRunRequest.Builder |
GetBlueprintRunRequest.Builder.blueprintName(String blueprintName)
The name of the blueprint.
|
static GetBlueprintRunRequest.Builder |
GetBlueprintRunRequest.builder() |
GetBlueprintRunRequest.Builder |
GetBlueprintRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBlueprintRunRequest.Builder |
GetBlueprintRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBlueprintRunRequest.Builder |
GetBlueprintRunRequest.Builder.runId(String runId)
The run ID for the blueprint run you want to retrieve.
|
GetBlueprintRunRequest.Builder |
GetBlueprintRunRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBlueprintRunRequest.Builder> |
GetBlueprintRunRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.