JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.codepipeline.model

Class StartPipelineExecutionRequest

    • Constructor Detail

      • StartPipelineExecutionRequest

        public StartPipelineExecutionRequest()
    • Method Detail

      • setName

        public void setName(String name)

        The name of the pipeline to start.

        Parameters:
        name - The name of the pipeline to start.
      • getName

        public String getName()

        The name of the pipeline to start.

        Returns:
        The name of the pipeline to start.
      • withName

        public StartPipelineExecutionRequest withName(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.
      • getVariables

        public List<PipelineVariable> getVariables()

        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:
        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.
      • setVariables

        public void setVariables(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.
      • withVariables

        public StartPipelineExecutionRequest withVariables(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.

        NOTE: This method appends the values to the existing list (if any). Use setVariables(java.util.Collection) or withVariables(java.util.Collection) if you want to override the existing values.

        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.
      • withVariables

        public StartPipelineExecutionRequest withVariables(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.
      • setClientRequestToken

        public void setClientRequestToken(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.
      • getClientRequestToken

        public String getClientRequestToken()

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

        Returns:
        The system-generated unique ID used to identify a unique execution request.
      • withClientRequestToken

        public StartPipelineExecutionRequest withClientRequestToken(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.
      • getSourceRevisions

        public List<SourceRevisionOverride> getSourceRevisions()

        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:
        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.
      • setSourceRevisions

        public void setSourceRevisions(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.
      • withSourceRevisions

        public StartPipelineExecutionRequest withSourceRevisions(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.

        NOTE: This method appends the values to the existing list (if any). Use setSourceRevisions(java.util.Collection) or withSourceRevisions(java.util.Collection) if you want to override the existing values.

        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.
      • withSourceRevisions

        public StartPipelineExecutionRequest withSourceRevisions(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.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /