| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowRun.Builder |
WorkflowRun.builder() |
WorkflowRun.Builder |
WorkflowRun.Builder.completedOn(Instant completedOn)
The date and time when the workflow run completed.
|
WorkflowRun.Builder |
WorkflowRun.Builder.errorMessage(String errorMessage)
This error message describes any error that may have occurred in starting the workflow run.
|
default WorkflowRun.Builder |
WorkflowRun.Builder.graph(Consumer<WorkflowGraph.Builder> graph)
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
WorkflowRun.Builder |
WorkflowRun.Builder.graph(WorkflowGraph graph)
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
WorkflowRun.Builder |
WorkflowRun.Builder.name(String name)
Name of the workflow that was run.
|
WorkflowRun.Builder |
WorkflowRun.Builder.previousRunId(String previousRunId)
The ID of the previous workflow run.
|
WorkflowRun.Builder |
WorkflowRun.Builder.startedOn(Instant startedOn)
The date and time when the workflow run was started.
|
default WorkflowRun.Builder |
WorkflowRun.Builder.startingEventBatchCondition(Consumer<StartingEventBatchCondition.Builder> startingEventBatchCondition)
The batch condition that started the workflow run.
|
WorkflowRun.Builder |
WorkflowRun.Builder.startingEventBatchCondition(StartingEventBatchCondition startingEventBatchCondition)
The batch condition that started the workflow run.
|
default WorkflowRun.Builder |
WorkflowRun.Builder.statistics(Consumer<WorkflowRunStatistics.Builder> statistics)
The statistics of the run.
|
WorkflowRun.Builder |
WorkflowRun.Builder.statistics(WorkflowRunStatistics statistics)
The statistics of the run.
|
WorkflowRun.Builder |
WorkflowRun.Builder.status(String status)
The status of the workflow run.
|
WorkflowRun.Builder |
WorkflowRun.Builder.status(WorkflowRunStatus status)
The status of the workflow run.
|
WorkflowRun.Builder |
WorkflowRun.toBuilder() |
WorkflowRun.Builder |
WorkflowRun.Builder.workflowRunId(String workflowRunId)
The ID of this workflow run.
|
WorkflowRun.Builder |
WorkflowRun.Builder.workflowRunProperties(Map<String,String> workflowRunProperties)
The workflow run properties which were set during the run.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowRun.Builder> |
WorkflowRun.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Workflow.Builder |
Workflow.Builder.lastRun(Consumer<WorkflowRun.Builder> lastRun)
The information about the last execution of the workflow.
|
default GetWorkflowRunResponse.Builder |
GetWorkflowRunResponse.Builder.run(Consumer<WorkflowRun.Builder> run)
The requested workflow run metadata.
|
Copyright © 2023. All rights reserved.