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 RuleExecution

    • Constructor Detail

      • RuleExecution

        public RuleExecution()
    • Method Detail

      • setRuleExecutionId

        public void setRuleExecutionId(String ruleExecutionId)

        The execution ID for the run of the rule.

        Parameters:
        ruleExecutionId - The execution ID for the run of the rule.
      • getRuleExecutionId

        public String getRuleExecutionId()

        The execution ID for the run of the rule.

        Returns:
        The execution ID for the run of the rule.
      • withRuleExecutionId

        public RuleExecution withRuleExecutionId(String ruleExecutionId)

        The execution ID for the run of the rule.

        Parameters:
        ruleExecutionId - The execution ID for the run of the rule.
        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 run of the rule, such as FAILED.

        Parameters:
        status - The status of the run of the rule, such as FAILED.
        See Also:
        RuleExecutionStatus
      • getStatus

        public String getStatus()

        The status of the run of the rule, such as FAILED.

        Returns:
        The status of the run of the rule, such as FAILED.
        See Also:
        RuleExecutionStatus
      • withStatus

        public RuleExecution withStatus(String status)

        The status of the run of the rule, such as FAILED.

        Parameters:
        status - The status of the run of the rule, such as FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RuleExecutionStatus
      • withStatus

        public RuleExecution withStatus(RuleExecutionStatus status)

        The status of the run of the rule, such as FAILED.

        Parameters:
        status - The status of the run of the rule, such as FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RuleExecutionStatus
      • setSummary

        public void setSummary(String summary)

        A summary of the run of the rule.

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

        public String getSummary()

        A summary of the run of the rule.

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

        public RuleExecution withSummary(String summary)

        A summary of the run of the rule.

        Parameters:
        summary - A summary of the run of the rule.
        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 rule.

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

        public Date getLastStatusChange()

        The last status change of the rule.

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

        public RuleExecution withLastStatusChange(Date lastStatusChange)

        The last status change of the rule.

        Parameters:
        lastStatusChange - The last status change of the rule.
        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 request.

        Parameters:
        token - The system-generated token used to identify a unique request.
      • getToken

        public String getToken()

        The system-generated token used to identify a unique request.

        Returns:
        The system-generated token used to identify a unique request.
      • withToken

        public RuleExecution withToken(String token)

        The system-generated token used to identify a unique request.

        Parameters:
        token - The system-generated token used to identify a unique request.
        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 rule.

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

        public String getLastUpdatedBy()

        The ARN of the user who last changed the rule.

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

        public RuleExecution withLastUpdatedBy(String lastUpdatedBy)

        The ARN of the user who last changed the rule.

        Parameters:
        lastUpdatedBy - The ARN of the user who last changed the rule.
        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 rule.

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

        public String getExternalExecutionId()

        The external ID of the run of the rule.

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

        public RuleExecution withExternalExecutionId(String externalExecutionId)

        The external ID of the run of the rule.

        Parameters:
        externalExecutionId - The external ID of the run of the rule.
        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 rule (for example, an external repository URL).

        Parameters:
        externalExecutionUrl - The URL of a resource external to Amazon Web Services that is used when running the rule (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 rule (for example, an external repository URL).

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

        public RuleExecution withExternalExecutionUrl(String externalExecutionUrl)

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

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

        public void setErrorDetails(ErrorDetails errorDetails)
        Parameters:
        errorDetails -
      • getErrorDetails

        public ErrorDetails getErrorDetails()
        Returns:
      • withErrorDetails

        public RuleExecution withErrorDetails(ErrorDetails errorDetails)
        Parameters:
        errorDetails -
        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 によって変換されたページ (->オリジナル) /