| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepMetadata |
WorkflowStepMetadata.clone() |
WorkflowStepMetadata |
WorkflowStepMetadata.withAction(String action)
The step action name.
|
WorkflowStepMetadata |
WorkflowStepMetadata.withDescription(String description)
Description of the workflow step.
|
WorkflowStepMetadata |
WorkflowStepMetadata.withEndTime(String endTime)
The timestamp when the workflow step finished.
|
WorkflowStepMetadata |
WorkflowStepMetadata.withInputs(String inputs)
Input parameters that Image Builder provides for the workflow step.
|
WorkflowStepMetadata |
WorkflowStepMetadata.withMessage(String message)
Detailed output message that the workflow step provides at runtime.
|
WorkflowStepMetadata |
WorkflowStepMetadata.withName(String name)
The name of the workflow step.
|
WorkflowStepMetadata |
WorkflowStepMetadata.withOutputs(String outputs)
The file names that the workflow step created as output for this runtime instance of the workflow.
|
WorkflowStepMetadata |
WorkflowStepMetadata.withRollbackStatus(String rollbackStatus)
Reports on the rollback status of the step, if applicable.
|
WorkflowStepMetadata |
WorkflowStepMetadata.withRollbackStatus(WorkflowStepExecutionRollbackStatus rollbackStatus)
Reports on the rollback status of the step, if applicable.
|
WorkflowStepMetadata |
WorkflowStepMetadata.withStartTime(String startTime)
The timestamp when the workflow step started.
|
WorkflowStepMetadata |
WorkflowStepMetadata.withStatus(String status)
Runtime status for the workflow step.
|
WorkflowStepMetadata |
WorkflowStepMetadata.withStatus(WorkflowStepExecutionStatus status)
Runtime status for the workflow step.
|
WorkflowStepMetadata |
WorkflowStepMetadata.withStepExecutionId(String stepExecutionId)
A unique identifier for the workflow step, assigned at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowStepMetadata> |
ListWorkflowStepExecutionsResult.getSteps()
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowStepExecutionsResult |
ListWorkflowStepExecutionsResult.withSteps(WorkflowStepMetadata... steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkflowStepExecutionsResult.setSteps(Collection<WorkflowStepMetadata> steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
ListWorkflowStepExecutionsResult |
ListWorkflowStepExecutionsResult.withSteps(Collection<WorkflowStepMetadata> steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
Copyright © 2024. All rights reserved.