| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
BlueprintRun |
BlueprintRun.clone() |
BlueprintRun |
GetBlueprintRunResult.getBlueprintRun()
Returns a
BlueprintRun object. |
BlueprintRun |
BlueprintRun.withBlueprintName(String blueprintName)
The name of the blueprint.
|
BlueprintRun |
BlueprintRun.withCompletedOn(Date completedOn)
The date and time that the blueprint run completed.
|
BlueprintRun |
BlueprintRun.withErrorMessage(String errorMessage)
Indicates any errors that are seen while running the blueprint.
|
BlueprintRun |
BlueprintRun.withParameters(String parameters)
The blueprint parameters as a string.
|
BlueprintRun |
BlueprintRun.withRoleArn(String roleArn)
The role ARN.
|
BlueprintRun |
BlueprintRun.withRollbackErrorMessage(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 |
BlueprintRun.withRunId(String runId)
The run ID for this blueprint run.
|
BlueprintRun |
BlueprintRun.withStartedOn(Date startedOn)
The date and time that the blueprint run started.
|
BlueprintRun |
BlueprintRun.withState(BlueprintRunState state)
The state of the blueprint run.
|
BlueprintRun |
BlueprintRun.withState(String state)
The state of the blueprint run.
|
BlueprintRun |
BlueprintRun.withWorkflowName(String workflowName)
The name of a workflow that is created as a result of a successful blueprint run.
|
| Modifier and Type | Method and Description |
|---|---|
List<BlueprintRun> |
GetBlueprintRunsResult.getBlueprintRuns()
Returns a list of
BlueprintRun objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetBlueprintRunResult.setBlueprintRun(BlueprintRun blueprintRun)
Returns a
BlueprintRun object. |
GetBlueprintRunResult |
GetBlueprintRunResult.withBlueprintRun(BlueprintRun blueprintRun)
Returns a
BlueprintRun object. |
GetBlueprintRunsResult |
GetBlueprintRunsResult.withBlueprintRuns(BlueprintRun... blueprintRuns)
Returns a list of
BlueprintRun objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetBlueprintRunsResult.setBlueprintRuns(Collection<BlueprintRun> blueprintRuns)
Returns a list of
BlueprintRun objects. |
GetBlueprintRunsResult |
GetBlueprintRunsResult.withBlueprintRuns(Collection<BlueprintRun> blueprintRuns)
Returns a list of
BlueprintRun objects. |
Copyright © 2023. All rights reserved.