| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowRunStatistics.Builder |
WorkflowRunStatistics.builder() |
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.Builder.erroredActions(Integer erroredActions)
Indicates the count of job runs in the ERROR state in the workflow run.
|
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.Builder.failedActions(Integer failedActions)
Total number of Actions that have failed.
|
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.Builder.runningActions(Integer runningActions)
Total number Actions in running state.
|
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.Builder.stoppedActions(Integer stoppedActions)
Total number of Actions that have stopped.
|
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.Builder.succeededActions(Integer succeededActions)
Total number of Actions that have succeeded.
|
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.Builder.timeoutActions(Integer timeoutActions)
Total number of Actions that timed out.
|
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.toBuilder() |
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.Builder.totalActions(Integer totalActions)
Total number of Actions in the workflow run.
|
WorkflowRunStatistics.Builder |
WorkflowRunStatistics.Builder.waitingActions(Integer waitingActions)
Indicates the count of job runs in WAITING state in the workflow run.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowRunStatistics.Builder> |
WorkflowRunStatistics.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default WorkflowRun.Builder |
WorkflowRun.Builder.statistics(Consumer<WorkflowRunStatistics.Builder> statistics)
The statistics of the run.
|
Copyright © 2023. All rights reserved.