Interface WorkflowStepExecution.Builder

    • 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.