Interface StageExecution.Builder

All Superinterfaces:
Buildable, CopyableBuilder<StageExecution.Builder,StageExecution>, SdkBuilder<StageExecution.Builder,StageExecution>, SdkPojo
Enclosing class:
StageExecution

public static interface StageExecution.Builder extends SdkPojo, CopyableBuilder<StageExecution.Builder,StageExecution>
  • Method Details

    • pipelineExecutionId

      StageExecution.Builder pipelineExecutionId(String pipelineExecutionId)

      The ID of the pipeline execution associated with the stage.

      Parameters:
      pipelineExecutionId - The ID of the pipeline execution associated with the stage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the stage, or for a completed stage, the last status of the stage.

      A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.

      Parameters:
      status - The status of the stage, or for a completed stage, the last status of the stage.

      A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the stage, or for a completed stage, the last status of the stage.

      A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.

      Parameters:
      status - The status of the stage, or for a completed stage, the last status of the stage.

      A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of pipeline execution for the stage, such as a rollback pipeline execution.

      Parameters:
      type - The type of pipeline execution for the stage, such as a rollback pipeline execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of pipeline execution for the stage, such as a rollback pipeline execution.

      Parameters:
      type - The type of pipeline execution for the stage, such as a rollback pipeline execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: