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 ActionExecutionDetail

    • Constructor Detail

      • ActionExecutionDetail

        public ActionExecutionDetail()
    • Method Detail

      • setPipelineExecutionId

        public void setPipelineExecutionId(String pipelineExecutionId)

        The pipeline execution ID for the action execution.

        Parameters:
        pipelineExecutionId - The pipeline execution ID for the action execution.
      • getPipelineExecutionId

        public String getPipelineExecutionId()

        The pipeline execution ID for the action execution.

        Returns:
        The pipeline execution ID for the action execution.
      • withPipelineExecutionId

        public ActionExecutionDetail withPipelineExecutionId(String pipelineExecutionId)

        The pipeline execution ID for the action execution.

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

        public void setActionExecutionId(String actionExecutionId)

        The action execution ID.

        Parameters:
        actionExecutionId - The action execution ID.
      • getActionExecutionId

        public String getActionExecutionId()

        The action execution ID.

        Returns:
        The action execution ID.
      • withActionExecutionId

        public ActionExecutionDetail withActionExecutionId(String actionExecutionId)

        The action execution ID.

        Parameters:
        actionExecutionId - The action execution ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPipelineVersion

        public void setPipelineVersion(Integer pipelineVersion)

        The version of the pipeline where the action was run.

        Parameters:
        pipelineVersion - The version of the pipeline where the action was run.
      • getPipelineVersion

        public Integer getPipelineVersion()

        The version of the pipeline where the action was run.

        Returns:
        The version of the pipeline where the action was run.
      • withPipelineVersion

        public ActionExecutionDetail withPipelineVersion(Integer pipelineVersion)

        The version of the pipeline where the action was run.

        Parameters:
        pipelineVersion - The version of the pipeline where the action was run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStageName

        public void setStageName(String stageName)

        The name of the stage that contains the action.

        Parameters:
        stageName - The name of the stage that contains the action.
      • getStageName

        public String getStageName()

        The name of the stage that contains the action.

        Returns:
        The name of the stage that contains the action.
      • withStageName

        public ActionExecutionDetail withStageName(String stageName)

        The name of the stage that contains the action.

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

        public void setActionName(String actionName)

        The name of the action.

        Parameters:
        actionName - The name of the action.
      • getActionName

        public String getActionName()

        The name of the action.

        Returns:
        The name of the action.
      • withActionName

        public ActionExecutionDetail withActionName(String actionName)

        The name of the action.

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

        public void setStartTime(Date startTime)

        The start time of the action execution.

        Parameters:
        startTime - The start time of the action execution.
      • getStartTime

        public Date getStartTime()

        The start time of the action execution.

        Returns:
        The start time of the action execution.
      • withStartTime

        public ActionExecutionDetail withStartTime(Date startTime)

        The start time of the action execution.

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

        public void setLastUpdateTime(Date lastUpdateTime)

        The last update time of the action execution.

        Parameters:
        lastUpdateTime - The last update time of the action execution.
      • getLastUpdateTime

        public Date getLastUpdateTime()

        The last update time of the action execution.

        Returns:
        The last update time of the action execution.
      • withLastUpdateTime

        public ActionExecutionDetail withLastUpdateTime(Date lastUpdateTime)

        The last update time of the action execution.

        Parameters:
        lastUpdateTime - The last update time of the action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdatedBy

        public void setUpdatedBy(String updatedBy)

        The ARN of the user who changed the pipeline execution details.

        Parameters:
        updatedBy - The ARN of the user who changed the pipeline execution details.
      • getUpdatedBy

        public String getUpdatedBy()

        The ARN of the user who changed the pipeline execution details.

        Returns:
        The ARN of the user who changed the pipeline execution details.
      • withUpdatedBy

        public ActionExecutionDetail withUpdatedBy(String updatedBy)

        The ARN of the user who changed the pipeline execution details.

        Parameters:
        updatedBy - The ARN of the user who changed the pipeline execution details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of the action execution. Status categories are InProgress, Succeeded, and Failed.

        Parameters:
        status - The status of the action execution. Status categories are InProgress, Succeeded, and Failed.
        See Also:
        ActionExecutionStatus
      • getStatus

        public String getStatus()

        The status of the action execution. Status categories are InProgress, Succeeded, and Failed.

        Returns:
        The status of the action execution. Status categories are InProgress, Succeeded , and Failed.
        See Also:
        ActionExecutionStatus
      • withStatus

        public ActionExecutionDetail withStatus(String status)

        The status of the action execution. Status categories are InProgress, Succeeded, and Failed.

        Parameters:
        status - The status of the action execution. Status categories are InProgress, Succeeded, and Failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionExecutionStatus
      • withStatus

        public ActionExecutionDetail withStatus(ActionExecutionStatus status)

        The status of the action execution. Status categories are InProgress, Succeeded, and Failed.

        Parameters:
        status - The status of the action execution. Status categories are InProgress, Succeeded, and Failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionExecutionStatus
      • setInput

        public void setInput(ActionExecutionInput input)

        Input details for the action execution, such as role ARN, Region, and input artifacts.

        Parameters:
        input - Input details for the action execution, such as role ARN, Region, and input artifacts.
      • getInput

        public ActionExecutionInput getInput()

        Input details for the action execution, such as role ARN, Region, and input artifacts.

        Returns:
        Input details for the action execution, such as role ARN, Region, and input artifacts.
      • withInput

        public ActionExecutionDetail withInput(ActionExecutionInput input)

        Input details for the action execution, such as role ARN, Region, and input artifacts.

        Parameters:
        input - Input details for the action execution, such as role ARN, Region, and input artifacts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOutput

        public void setOutput(ActionExecutionOutput output)

        Output details for the action execution, such as the action execution result.

        Parameters:
        output - Output details for the action execution, such as the action execution result.
      • getOutput

        public ActionExecutionOutput getOutput()

        Output details for the action execution, such as the action execution result.

        Returns:
        Output details for the action execution, such as the action execution result.
      • withOutput

        public ActionExecutionDetail withOutput(ActionExecutionOutput output)

        Output details for the action execution, such as the action execution result.

        Parameters:
        output - Output details for the action execution, such as the action execution result.
        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 によって変換されたページ (->オリジナル) /