| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
BlueprintRun.Builder |
BlueprintRun.Builder.blueprintName(String blueprintName)
The name of the blueprint.
|
static BlueprintRun.Builder |
BlueprintRun.builder() |
BlueprintRun.Builder |
BlueprintRun.Builder.completedOn(Instant completedOn)
The date and time that the blueprint run completed.
|
BlueprintRun.Builder |
BlueprintRun.Builder.errorMessage(String errorMessage)
Indicates any errors that are seen while running the blueprint.
|
BlueprintRun.Builder |
BlueprintRun.Builder.parameters(String parameters)
The blueprint parameters as a string.
|
BlueprintRun.Builder |
BlueprintRun.Builder.roleArn(String roleArn)
The role ARN.
|
BlueprintRun.Builder |
BlueprintRun.Builder.rollbackErrorMessage(String rollbackErrorMessage)
If there are any errors while creating the entities of a workflow, we try to roll back the created entities
until that point and delete them.
|
BlueprintRun.Builder |
BlueprintRun.Builder.runId(String runId)
The run ID for this blueprint run.
|
BlueprintRun.Builder |
BlueprintRun.Builder.startedOn(Instant startedOn)
The date and time that the blueprint run started.
|
BlueprintRun.Builder |
BlueprintRun.Builder.state(BlueprintRunState state)
The state of the blueprint run.
|
BlueprintRun.Builder |
BlueprintRun.Builder.state(String state)
The state of the blueprint run.
|
BlueprintRun.Builder |
BlueprintRun.toBuilder() |
BlueprintRun.Builder |
BlueprintRun.Builder.workflowName(String workflowName)
The name of a workflow that is created as a result of a successful blueprint run.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BlueprintRun.Builder> |
BlueprintRun.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetBlueprintRunResponse.Builder |
GetBlueprintRunResponse.Builder.blueprintRun(Consumer<BlueprintRun.Builder> blueprintRun)
Returns a
BlueprintRun object. |
Copyright © 2023. All rights reserved.