Interface StartPipelineExecutionRequest.Builder

    • Method Detail

      • name

        StartPipelineExecutionRequest.Builder name​(String name)

        The name of the pipeline to start.

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

        StartPipelineExecutionRequest.Builder variables​(Collection<PipelineVariable> variables)

        A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match [A-Za-z0-9@\-_]+, and the values can be anything except an empty string.

        Parameters:
        variables - A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match [A-Za-z0-9@\-_]+, and the values can be anything except an empty string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • variables

        StartPipelineExecutionRequest.Builder variables​(PipelineVariable... variables)

        A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match [A-Za-z0-9@\-_]+, and the values can be anything except an empty string.

        Parameters:
        variables - A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match [A-Za-z0-9@\-_]+, and the values can be anything except an empty string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientRequestToken

        StartPipelineExecutionRequest.Builder clientRequestToken​(String clientRequestToken)

        The system-generated unique ID used to identify a unique execution request.

        Parameters:
        clientRequestToken - The system-generated unique ID used to identify a unique execution request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceRevisions

        StartPipelineExecutionRequest.Builder sourceRevisions​(Collection<SourceRevisionOverride> sourceRevisions)

        A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution.

        Parameters:
        sourceRevisions - A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceRevisions

        StartPipelineExecutionRequest.Builder sourceRevisions​(SourceRevisionOverride... sourceRevisions)

        A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution.

        Parameters:
        sourceRevisions - A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.