Class StopPipelineExecutionRequest

    • Method Detail

      • pipelineName

        public final String pipelineName()

        The name of the pipeline to stop.

        Returns:
        The name of the pipeline to stop.
      • pipelineExecutionId

        public final String pipelineExecutionId()

        The ID of the pipeline execution to be stopped in the current stage. Use the GetPipelineState action to retrieve the current pipelineExecutionId.

        Returns:
        The ID of the pipeline execution to be stopped in the current stage. Use the GetPipelineState action to retrieve the current pipelineExecutionId.
      • abandon

        public final Boolean abandon()

        Use this option to stop the pipeline execution by abandoning, rather than finishing, in-progress actions.

        This option can lead to failed or out-of-sequence tasks.

        Returns:
        Use this option to stop the pipeline execution by abandoning, rather than finishing, in-progress actions.

        This option can lead to failed or out-of-sequence tasks.

      • reason

        public final String reason()

        Use this option to enter comments, such as the reason the pipeline was stopped.

        Returns:
        Use this option to enter comments, such as the reason the pipeline was stopped.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object