| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepExecution |
WorkflowStepExecution.clone() |
WorkflowStepExecution |
WorkflowStepExecution.withAction(String action)
The name of the step action.
|
WorkflowStepExecution |
WorkflowStepExecution.withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image build version that ran the workflow.
|
WorkflowStepExecution |
WorkflowStepExecution.withName(String name)
The name of the workflow step.
|
WorkflowStepExecution |
WorkflowStepExecution.withStartTime(String startTime)
The timestamp when the workflow step started.
|
WorkflowStepExecution |
WorkflowStepExecution.withStepExecutionId(String stepExecutionId)
Uniquely identifies the workflow step that ran for the associated image build version.
|
WorkflowStepExecution |
WorkflowStepExecution.withWorkflowBuildVersionArn(String workflowBuildVersionArn)
The ARN of the workflow resource that ran.
|
WorkflowStepExecution |
WorkflowStepExecution.withWorkflowExecutionId(String workflowExecutionId)
Uniquely identifies the runtime instance of the workflow that contains the workflow step that ran for the
associated image build version.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowStepExecution> |
ListWaitingWorkflowStepsResult.getSteps()
An array of the workflow steps that are waiting for action in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListWaitingWorkflowStepsResult |
ListWaitingWorkflowStepsResult.withSteps(WorkflowStepExecution... steps)
An array of the workflow steps that are waiting for action in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWaitingWorkflowStepsResult.setSteps(Collection<WorkflowStepExecution> steps)
An array of the workflow steps that are waiting for action in your Amazon Web Services account.
|
ListWaitingWorkflowStepsResult |
ListWaitingWorkflowStepsResult.withSteps(Collection<WorkflowStepExecution> steps)
An array of the workflow steps that are waiting for action in your Amazon Web Services account.
|
Copyright © 2024. All rights reserved.