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 ActionExecution

    • Constructor Detail

      • ActionExecution

        public ActionExecution()
    • Method Detail

      • setActionExecutionId

        public void setActionExecutionId(String actionExecutionId)

        ID of the workflow action execution in the current stage. Use the GetPipelineState action to retrieve the current action execution details of the current stage.

        For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020.

        Parameters:
        actionExecutionId - ID of the workflow action execution in the current stage. Use the GetPipelineState action to retrieve the current action execution details of the current stage.

        For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020.

      • getActionExecutionId

        public String getActionExecutionId()

        ID of the workflow action execution in the current stage. Use the GetPipelineState action to retrieve the current action execution details of the current stage.

        For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020.

        Returns:
        ID of the workflow action execution in the current stage. Use the GetPipelineState action to retrieve the current action execution details of the current stage.

        For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020.

      • withActionExecutionId

        public ActionExecution withActionExecutionId(String actionExecutionId)

        ID of the workflow action execution in the current stage. Use the GetPipelineState action to retrieve the current action execution details of the current stage.

        For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020.

        Parameters:
        actionExecutionId - ID of the workflow action execution in the current stage. Use the GetPipelineState action to retrieve the current action execution details of the current stage.

        For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020.

        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, or for a completed action, the last status of the action.

        Parameters:
        status - The status of the action, or for a completed action, the last status of the action.
        See Also:
        ActionExecutionStatus
      • getStatus

        public String getStatus()

        The status of the action, or for a completed action, the last status of the action.

        Returns:
        The status of the action, or for a completed action, the last status of the action.
        See Also:
        ActionExecutionStatus
      • withStatus

        public ActionExecution withStatus(String status)

        The status of the action, or for a completed action, the last status of the action.

        Parameters:
        status - The status of the action, or for a completed action, the last status of the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionExecutionStatus
      • setStatus

        public void setStatus(ActionExecutionStatus status)

        The status of the action, or for a completed action, the last status of the action.

        Parameters:
        status - The status of the action, or for a completed action, the last status of the action.
        See Also:
        ActionExecutionStatus
      • withStatus

        public ActionExecution withStatus(ActionExecutionStatus status)

        The status of the action, or for a completed action, the last status of the action.

        Parameters:
        status - The status of the action, or for a completed action, the last status of the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionExecutionStatus
      • setSummary

        public void setSummary(String summary)

        A summary of the run of the action.

        Parameters:
        summary - A summary of the run of the action.
      • getSummary

        public String getSummary()

        A summary of the run of the action.

        Returns:
        A summary of the run of the action.
      • withSummary

        public ActionExecution withSummary(String summary)

        A summary of the run of the action.

        Parameters:
        summary - A summary of the run of the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastStatusChange

        public void setLastStatusChange(Date lastStatusChange)

        The last status change of the action.

        Parameters:
        lastStatusChange - The last status change of the action.
      • getLastStatusChange

        public Date getLastStatusChange()

        The last status change of the action.

        Returns:
        The last status change of the action.
      • withLastStatusChange

        public ActionExecution withLastStatusChange(Date lastStatusChange)

        The last status change of the action.

        Parameters:
        lastStatusChange - The last status change of the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setToken

        public void setToken(String token)

        The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState command. It is used to validate that the approval request corresponding to this token is still valid.

        Parameters:
        token - The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState command. It is used to validate that the approval request corresponding to this token is still valid.
      • getToken

        public String getToken()

        The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState command. It is used to validate that the approval request corresponding to this token is still valid.

        Returns:
        The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState command. It is used to validate that the approval request corresponding to this token is still valid.
      • withToken

        public ActionExecution withToken(String token)

        The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState command. It is used to validate that the approval request corresponding to this token is still valid.

        Parameters:
        token - The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState command. It is used to validate that the approval request corresponding to this token is still valid.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastUpdatedBy

        public void setLastUpdatedBy(String lastUpdatedBy)

        The ARN of the user who last changed the pipeline.

        Parameters:
        lastUpdatedBy - The ARN of the user who last changed the pipeline.
      • getLastUpdatedBy

        public String getLastUpdatedBy()

        The ARN of the user who last changed the pipeline.

        Returns:
        The ARN of the user who last changed the pipeline.
      • withLastUpdatedBy

        public ActionExecution withLastUpdatedBy(String lastUpdatedBy)

        The ARN of the user who last changed the pipeline.

        Parameters:
        lastUpdatedBy - The ARN of the user who last changed the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExternalExecutionId

        public void setExternalExecutionId(String externalExecutionId)

        The external ID of the run of the action.

        Parameters:
        externalExecutionId - The external ID of the run of the action.
      • getExternalExecutionId

        public String getExternalExecutionId()

        The external ID of the run of the action.

        Returns:
        The external ID of the run of the action.
      • withExternalExecutionId

        public ActionExecution withExternalExecutionId(String externalExecutionId)

        The external ID of the run of the action.

        Parameters:
        externalExecutionId - The external ID of the run of the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExternalExecutionUrl

        public void setExternalExecutionUrl(String externalExecutionUrl)

        The URL of a resource external to Amazon Web Services that is used when running the action (for example, an external repository URL).

        Parameters:
        externalExecutionUrl - The URL of a resource external to Amazon Web Services that is used when running the action (for example, an external repository URL).
      • getExternalExecutionUrl

        public String getExternalExecutionUrl()

        The URL of a resource external to Amazon Web Services that is used when running the action (for example, an external repository URL).

        Returns:
        The URL of a resource external to Amazon Web Services that is used when running the action (for example, an external repository URL).
      • withExternalExecutionUrl

        public ActionExecution withExternalExecutionUrl(String externalExecutionUrl)

        The URL of a resource external to Amazon Web Services that is used when running the action (for example, an external repository URL).

        Parameters:
        externalExecutionUrl - The URL of a resource external to Amazon Web Services that is used when running the action (for example, an external repository URL).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPercentComplete

        public void setPercentComplete(Integer percentComplete)

        A percentage of completeness of the action as it runs.

        Parameters:
        percentComplete - A percentage of completeness of the action as it runs.
      • getPercentComplete

        public Integer getPercentComplete()

        A percentage of completeness of the action as it runs.

        Returns:
        A percentage of completeness of the action as it runs.
      • withPercentComplete

        public ActionExecution withPercentComplete(Integer percentComplete)

        A percentage of completeness of the action as it runs.

        Parameters:
        percentComplete - A percentage of completeness of the action as it runs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setErrorDetails

        public void setErrorDetails(ErrorDetails errorDetails)

        The details of an error returned by a URL external to Amazon Web Services.

        Parameters:
        errorDetails - The details of an error returned by a URL external to Amazon Web Services.
      • getErrorDetails

        public ErrorDetails getErrorDetails()

        The details of an error returned by a URL external to Amazon Web Services.

        Returns:
        The details of an error returned by a URL external to Amazon Web Services.
      • withErrorDetails

        public ActionExecution withErrorDetails(ErrorDetails errorDetails)

        The details of an error returned by a URL external to Amazon Web Services.

        Parameters:
        errorDetails - The details of an error returned by a URL external to Amazon Web Services.
        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 によって変換されたページ (->オリジナル) /