| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutionMetadata |
WorkflowExecutionMetadata.clone() |
WorkflowExecutionMetadata |
WorkflowExecutionMetadata.withEndTime(String endTime)
The timestamp when this runtime instance of the workflow finished.
|
WorkflowExecutionMetadata |
WorkflowExecutionMetadata.withMessage(String message)
The runtime output message from the workflow, if applicable.
|
WorkflowExecutionMetadata |
WorkflowExecutionMetadata.withStartTime(String startTime)
The timestamp when the runtime instance of this workflow started.
|
WorkflowExecutionMetadata |
WorkflowExecutionMetadata.withStatus(String status)
The current runtime status for this workflow.
|
WorkflowExecutionMetadata |
WorkflowExecutionMetadata.withStatus(WorkflowExecutionStatus status)
The current runtime status for this workflow.
|
WorkflowExecutionMetadata |
WorkflowExecutionMetadata.withTotalStepCount(Integer totalStepCount)
The total number of steps in the workflow.
|
WorkflowExecutionMetadata |
WorkflowExecutionMetadata.withTotalStepsFailed(Integer totalStepsFailed)
A runtime count for the number of steps in the workflow that failed.
|
WorkflowExecutionMetadata |
WorkflowExecutionMetadata.withTotalStepsSkipped(Integer totalStepsSkipped)
A runtime count for the number of steps in the workflow that were skipped.
|
WorkflowExecutionMetadata |
WorkflowExecutionMetadata.withTotalStepsSucceeded(Integer totalStepsSucceeded)
A runtime count for the number of steps in the workflow that ran successfully.
|
WorkflowExecutionMetadata |
WorkflowExecutionMetadata.withType(String type)
Indicates what type of workflow that Image Builder ran for this runtime instance of the workflow.
|
WorkflowExecutionMetadata |
WorkflowExecutionMetadata.withType(WorkflowType type)
Indicates what type of workflow that Image Builder ran for this runtime instance of the workflow.
|
WorkflowExecutionMetadata |
WorkflowExecutionMetadata.withWorkflowBuildVersionArn(String workflowBuildVersionArn)
The Amazon Resource Name (ARN) of the workflow resource build version that ran.
|
WorkflowExecutionMetadata |
WorkflowExecutionMetadata.withWorkflowExecutionId(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 |
|---|---|
List<WorkflowExecutionMetadata> |
ListWorkflowExecutionsResult.getWorkflowExecutions()
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowExecutionsResult |
ListWorkflowExecutionsResult.withWorkflowExecutions(WorkflowExecutionMetadata... workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkflowExecutionsResult.setWorkflowExecutions(Collection<WorkflowExecutionMetadata> workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
ListWorkflowExecutionsResult |
ListWorkflowExecutionsResult.withWorkflowExecutions(Collection<WorkflowExecutionMetadata> workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
Copyright © 2023. All rights reserved.