WorkflowStepExecution.Builder |
WorkflowStepExecution.Builder.action(String action) |
The name of the step action.
|
static WorkflowStepExecution.Builder |
WorkflowStepExecution.builder() |
|
WorkflowStepExecution.Builder |
WorkflowStepExecution.Builder.imageBuildVersionArn(String imageBuildVersionArn) |
The Amazon Resource Name (ARN) of the image build version that ran the workflow.
|
WorkflowStepExecution.Builder |
WorkflowStepExecution.Builder.name(String name) |
The name of the workflow step.
|
WorkflowStepExecution.Builder |
WorkflowStepExecution.Builder.startTime(String startTime) |
The timestamp when the workflow step started.
|
WorkflowStepExecution.Builder |
WorkflowStepExecution.Builder.stepExecutionId(String stepExecutionId) |
Uniquely identifies the workflow step that ran for the associated image build version.
|
WorkflowStepExecution.Builder |
WorkflowStepExecution.toBuilder() |
|
WorkflowStepExecution.Builder |
WorkflowStepExecution.Builder.workflowBuildVersionArn(String workflowBuildVersionArn) |
The ARN of the workflow resource that ran.
|
WorkflowStepExecution.Builder |
WorkflowStepExecution.Builder.workflowExecutionId(String workflowExecutionId) |
Uniquely identifies the runtime instance of the workflow that contains the workflow step that ran for the
associated image build version.
|