| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionMetadata.Builder |
WorkflowExecutionMetadata.builder() |
WorkflowExecutionMetadata.Builder |
WorkflowExecutionMetadata.Builder.endTime(String endTime)
The timestamp when this runtime instance of the workflow finished.
|
WorkflowExecutionMetadata.Builder |
WorkflowExecutionMetadata.Builder.message(String message)
The runtime output message from the workflow, if applicable.
|
WorkflowExecutionMetadata.Builder |
WorkflowExecutionMetadata.Builder.startTime(String startTime)
The timestamp when the runtime instance of this workflow started.
|
WorkflowExecutionMetadata.Builder |
WorkflowExecutionMetadata.Builder.status(String status)
The current runtime status for this workflow.
|
WorkflowExecutionMetadata.Builder |
WorkflowExecutionMetadata.Builder.status(WorkflowExecutionStatus status)
The current runtime status for this workflow.
|
WorkflowExecutionMetadata.Builder |
WorkflowExecutionMetadata.toBuilder() |
WorkflowExecutionMetadata.Builder |
WorkflowExecutionMetadata.Builder.totalStepCount(Integer totalStepCount)
The total number of steps in the workflow.
|
WorkflowExecutionMetadata.Builder |
WorkflowExecutionMetadata.Builder.totalStepsFailed(Integer totalStepsFailed)
A runtime count for the number of steps in the workflow that failed.
|
WorkflowExecutionMetadata.Builder |
WorkflowExecutionMetadata.Builder.totalStepsSkipped(Integer totalStepsSkipped)
A runtime count for the number of steps in the workflow that were skipped.
|
WorkflowExecutionMetadata.Builder |
WorkflowExecutionMetadata.Builder.totalStepsSucceeded(Integer totalStepsSucceeded)
A runtime count for the number of steps in the workflow that ran successfully.
|
WorkflowExecutionMetadata.Builder |
WorkflowExecutionMetadata.Builder.type(String type)
Indicates what type of workflow that Image Builder ran for this runtime instance of the workflow.
|
WorkflowExecutionMetadata.Builder |
WorkflowExecutionMetadata.Builder.type(WorkflowType type)
Indicates what type of workflow that Image Builder ran for this runtime instance of the workflow.
|
WorkflowExecutionMetadata.Builder |
WorkflowExecutionMetadata.Builder.workflowBuildVersionArn(String workflowBuildVersionArn)
The Amazon Resource Name (ARN) of the workflow resource build version that ran.
|
WorkflowExecutionMetadata.Builder |
WorkflowExecutionMetadata.Builder.workflowExecutionId(String workflowExecutionId)
Unique identifier that Image Builder assigns to keep track of runtime resources each time it runs a workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionMetadata.Builder> |
WorkflowExecutionMetadata.serializableBuilderClass() |
Copyright © 2023. All rights reserved.