Interface PipelineExecutionSummary.Builder

  • Method Details

    • pipelineExecutionArn

      PipelineExecutionSummary.Builder pipelineExecutionArn(String pipelineExecutionArn)

      The Amazon Resource Name (ARN) of the pipeline execution.

      Parameters:
      pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      The start time of the pipeline execution.

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

      PipelineExecutionSummary.Builder pipelineExecutionStatus(String pipelineExecutionStatus)

      The status of the pipeline execution.

      Parameters:
      pipelineExecutionStatus - The status of the pipeline execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • pipelineExecutionStatus

      PipelineExecutionSummary.Builder pipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)

      The status of the pipeline execution.

      Parameters:
      pipelineExecutionStatus - The status of the pipeline execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • pipelineExecutionDescription

      PipelineExecutionSummary.Builder pipelineExecutionDescription(String pipelineExecutionDescription)

      The description of the pipeline execution.

      Parameters:
      pipelineExecutionDescription - The description of the pipeline execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pipelineExecutionDisplayName

      PipelineExecutionSummary.Builder pipelineExecutionDisplayName(String pipelineExecutionDisplayName)

      The display name of the pipeline execution.

      Parameters:
      pipelineExecutionDisplayName - The display name of the pipeline execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pipelineExecutionFailureReason

      PipelineExecutionSummary.Builder pipelineExecutionFailureReason(String pipelineExecutionFailureReason)

      A message generated by SageMaker Pipelines describing why the pipeline execution failed.

      Parameters:
      pipelineExecutionFailureReason - A message generated by SageMaker Pipelines describing why the pipeline execution failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.