Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
WorkflowRun |
WorkflowRun.addWorkflowRunPropertiesEntry(String key,
String value)
Add a single WorkflowRunProperties entry
|
WorkflowRun |
WorkflowRun.clearWorkflowRunPropertiesEntries()
Removes all the entries added into WorkflowRunProperties.
|
WorkflowRun |
WorkflowRun.clone() |
WorkflowRun |
Workflow.getLastRun()
The information about the last execution of the workflow.
|
WorkflowRun |
GetWorkflowRunResult.getRun()
The requested workflow run metadata.
|
WorkflowRun |
WorkflowRun.withCompletedOn(Date completedOn)
The date and time when the workflow run completed.
|
WorkflowRun |
WorkflowRun.withErrorMessage(String errorMessage)
This error message describes any error that may have occurred in starting the workflow run.
|
WorkflowRun |
WorkflowRun.withGraph(WorkflowGraph graph)
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
WorkflowRun |
WorkflowRun.withName(String name)
Name of the workflow that was run.
|
WorkflowRun |
WorkflowRun.withPreviousRunId(String previousRunId)
The ID of the previous workflow run.
|
WorkflowRun |
WorkflowRun.withStartedOn(Date startedOn)
The date and time when the workflow run was started.
|
WorkflowRun |
WorkflowRun.withStartingEventBatchCondition(StartingEventBatchCondition startingEventBatchCondition)
The batch condition that started the workflow run.
|
WorkflowRun |
WorkflowRun.withStatistics(WorkflowRunStatistics statistics)
The statistics of the run.
|
WorkflowRun |
WorkflowRun.withStatus(String status)
The status of the workflow run.
|
WorkflowRun |
WorkflowRun.withStatus(WorkflowRunStatus status)
The status of the workflow run.
|
WorkflowRun |
WorkflowRun.withWorkflowRunId(String workflowRunId)
The ID of this workflow run.
|
WorkflowRun |
WorkflowRun.withWorkflowRunProperties(Map<String,String> workflowRunProperties)
The workflow run properties which were set during the run.
|
Modifier and Type | Method and Description |
---|---|
List<WorkflowRun> |
GetWorkflowRunsResult.getRuns()
A list of workflow run metadata objects.
|
Modifier and Type | Method and Description |
---|---|
void |
Workflow.setLastRun(WorkflowRun lastRun)
The information about the last execution of the workflow.
|
void |
GetWorkflowRunResult.setRun(WorkflowRun run)
The requested workflow run metadata.
|
Workflow |
Workflow.withLastRun(WorkflowRun lastRun)
The information about the last execution of the workflow.
|
GetWorkflowRunResult |
GetWorkflowRunResult.withRun(WorkflowRun run)
The requested workflow run metadata.
|
GetWorkflowRunsResult |
GetWorkflowRunsResult.withRuns(WorkflowRun... runs)
A list of workflow run metadata objects.
|
Modifier and Type | Method and Description |
---|---|
void |
GetWorkflowRunsResult.setRuns(Collection<WorkflowRun> runs)
A list of workflow run metadata objects.
|
GetWorkflowRunsResult |
GetWorkflowRunsResult.withRuns(Collection<WorkflowRun> runs)
A list of workflow run metadata objects.
|
Copyright © 2024. All rights reserved.