Interface WorkflowStepExecution.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorkflowStepExecution.Builder,WorkflowStepExecution>,SdkBuilder<WorkflowStepExecution.Builder,WorkflowStepExecution>,SdkPojo
- Enclosing class:
- WorkflowStepExecution
public static interface WorkflowStepExecution.Builder extends SdkPojo, CopyableBuilder<WorkflowStepExecution.Builder,WorkflowStepExecution>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowStepExecution.Builderaction(String action)The name of the step action.WorkflowStepExecution.BuilderimageBuildVersionArn(String imageBuildVersionArn)The Amazon Resource Name (ARN) of the image build version that ran the workflow.WorkflowStepExecution.Buildername(String name)The name of the workflow step.WorkflowStepExecution.BuilderstartTime(String startTime)The timestamp when the workflow step started.WorkflowStepExecution.BuilderstepExecutionId(String stepExecutionId)Uniquely identifies the workflow step that ran for the associated image build version.WorkflowStepExecution.BuilderworkflowBuildVersionArn(String workflowBuildVersionArn)The ARN of the workflow resource that ran.WorkflowStepExecution.BuilderworkflowExecutionId(String workflowExecutionId)Uniquely identifies the runtime instance of the workflow that contains the workflow step that ran for the associated image build version.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
stepExecutionId
WorkflowStepExecution.Builder stepExecutionId(String stepExecutionId)
Uniquely identifies the workflow step that ran for the associated image build version.
- Parameters:
stepExecutionId- Uniquely identifies the workflow step that ran for the associated image build version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageBuildVersionArn
WorkflowStepExecution.Builder imageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image build version that ran the workflow.
- Parameters:
imageBuildVersionArn- The Amazon Resource Name (ARN) of the image build version that ran the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowExecutionId
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.
- Parameters:
workflowExecutionId- Uniquely identifies the runtime instance of the workflow that contains the workflow step that ran for the associated image build version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowBuildVersionArn
WorkflowStepExecution.Builder workflowBuildVersionArn(String workflowBuildVersionArn)
The ARN of the workflow resource that ran.
- Parameters:
workflowBuildVersionArn- The ARN of the workflow resource that ran.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
WorkflowStepExecution.Builder name(String name)
The name of the workflow step.
- Parameters:
name- The name of the workflow step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
WorkflowStepExecution.Builder action(String action)
The name of the step action.
- Parameters:
action- The name of the step action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
WorkflowStepExecution.Builder startTime(String startTime)
The timestamp when the workflow step started.
- Parameters:
startTime- The timestamp when the workflow step started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-