Interface PipelineContext.Builder

    • Method Detail

      • pipelineName

        PipelineContext.Builder pipelineName​(String pipelineName)

        The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.

        Parameters:
        pipelineName - The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stage

        PipelineContext.Builder stage​(StageContext stage)

        The stage of the pipeline.

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

        PipelineContext.Builder action​(ActionContext action)

        The context of an action to a job worker in the stage of a pipeline.

        Parameters:
        action - The context of an action to a job worker in the stage of a pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pipelineArn

        PipelineContext.Builder pipelineArn​(String pipelineArn)

        The Amazon Resource Name (ARN) of the pipeline.

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

        PipelineContext.Builder pipelineExecutionId​(String pipelineExecutionId)

        The execution ID of the pipeline.

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