Interface ActionExecutionDetail.Builder

    • Method Detail

      • pipelineExecutionId

        ActionExecutionDetail.Builder pipelineExecutionId​(String pipelineExecutionId)

        The pipeline execution ID for the action execution.

        Parameters:
        pipelineExecutionId - The pipeline execution ID for the action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionExecutionId

        ActionExecutionDetail.Builder actionExecutionId​(String actionExecutionId)

        The action execution ID.

        Parameters:
        actionExecutionId - The action execution ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pipelineVersion

        ActionExecutionDetail.Builder pipelineVersion​(Integer pipelineVersion)

        The version of the pipeline where the action was run.

        Parameters:
        pipelineVersion - The version of the pipeline where the action was run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stageName

        ActionExecutionDetail.Builder stageName​(String stageName)

        The name of the stage that contains the action.

        Parameters:
        stageName - The name of the stage that contains the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionName

        ActionExecutionDetail.Builder actionName​(String actionName)

        The name of the action.

        Parameters:
        actionName - The name of the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        ActionExecutionDetail.Builder startTime​(Instant startTime)

        The start time of the action execution.

        Parameters:
        startTime - The start time of the action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdateTime

        ActionExecutionDetail.Builder lastUpdateTime​(Instant lastUpdateTime)

        The last update time of the action execution.

        Parameters:
        lastUpdateTime - The last update time of the action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedBy

        ActionExecutionDetail.Builder updatedBy​(String updatedBy)

        The ARN of the user who changed the pipeline execution details.

        Parameters:
        updatedBy - The ARN of the user who changed the pipeline execution details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ActionExecutionDetail.Builder status​(String status)

        The status of the action execution. Status categories are InProgress, Succeeded, and Failed.

        Parameters:
        status - The status of the action execution. Status categories are InProgress, Succeeded, and Failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionExecutionStatus, ActionExecutionStatus
      • input

        ActionExecutionDetail.Builder input​(ActionExecutionInput input)

        Input details for the action execution, such as role ARN, Region, and input artifacts.

        Parameters:
        input - Input details for the action execution, such as role ARN, Region, and input artifacts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • output

        ActionExecutionDetail.Builder output​(ActionExecutionOutput output)

        Output details for the action execution, such as the action execution result.

        Parameters:
        output - Output details for the action execution, such as the action execution result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.