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 RuleExecutionDetail

    • Constructor Detail

      • RuleExecutionDetail

        public RuleExecutionDetail()
    • Method Detail

      • setPipelineExecutionId

        public void setPipelineExecutionId(String pipelineExecutionId)

        The ID of the pipeline execution in the stage where the rule was run. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the stage.

        Parameters:
        pipelineExecutionId - The ID of the pipeline execution in the stage where the rule was run. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the stage.
      • getPipelineExecutionId

        public String getPipelineExecutionId()

        The ID of the pipeline execution in the stage where the rule was run. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the stage.

        Returns:
        The ID of the pipeline execution in the stage where the rule was run. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the stage.
      • withPipelineExecutionId

        public RuleExecutionDetail withPipelineExecutionId(String pipelineExecutionId)

        The ID of the pipeline execution in the stage where the rule was run. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the stage.

        Parameters:
        pipelineExecutionId - The ID of the pipeline execution in the stage where the rule was run. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRuleExecutionId

        public void setRuleExecutionId(String ruleExecutionId)

        The ID of the run for the rule.

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

        public String getRuleExecutionId()

        The ID of the run for the rule.

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

        public RuleExecutionDetail withRuleExecutionId(String ruleExecutionId)

        The ID of the run for the rule.

        Parameters:
        ruleExecutionId - The ID of the run for the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPipelineVersion

        public void setPipelineVersion(Integer pipelineVersion)

        The version number of the pipeline with the stage where the rule was run.

        Parameters:
        pipelineVersion - The version number of the pipeline with the stage where the rule was run.
      • getPipelineVersion

        public Integer getPipelineVersion()

        The version number of the pipeline with the stage where the rule was run.

        Returns:
        The version number of the pipeline with the stage where the rule was run.
      • withPipelineVersion

        public RuleExecutionDetail withPipelineVersion(Integer pipelineVersion)

        The version number of the pipeline with the stage where the rule was run.

        Parameters:
        pipelineVersion - The version number of the pipeline with the stage where the rule 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 where the rule was run.

        Parameters:
        stageName - The name of the stage where the rule was run.
      • getStageName

        public String getStageName()

        The name of the stage where the rule was run.

        Returns:
        The name of the stage where the rule was run.
      • withStageName

        public RuleExecutionDetail withStageName(String stageName)

        The name of the stage where the rule was run.

        Parameters:
        stageName - The name of the stage where the rule was run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRuleName

        public void setRuleName(String ruleName)

        The name of the rule that was run in the stage.

        Parameters:
        ruleName - The name of the rule that was run in the stage.
      • getRuleName

        public String getRuleName()

        The name of the rule that was run in the stage.

        Returns:
        The name of the rule that was run in the stage.
      • withRuleName

        public RuleExecutionDetail withRuleName(String ruleName)

        The name of the rule that was run in the stage.

        Parameters:
        ruleName - The name of the rule that was run in the stage.
        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 rule execution.

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

        public Date getStartTime()

        The start time of the rule execution.

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

        public RuleExecutionDetail withStartTime(Date startTime)

        The start time of the rule execution.

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

        public void setLastUpdateTime(Date lastUpdateTime)

        The date and time of the last change to the rule execution, in timestamp format.

        Parameters:
        lastUpdateTime - The date and time of the last change to the rule execution, in timestamp format.
      • getLastUpdateTime

        public Date getLastUpdateTime()

        The date and time of the last change to the rule execution, in timestamp format.

        Returns:
        The date and time of the last change to the rule execution, in timestamp format.
      • withLastUpdateTime

        public RuleExecutionDetail withLastUpdateTime(Date lastUpdateTime)

        The date and time of the last change to the rule execution, in timestamp format.

        Parameters:
        lastUpdateTime - The date and time of the last change to the rule execution, in timestamp format.
        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 rule execution details.

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

        public String getUpdatedBy()

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

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

        public RuleExecutionDetail withUpdatedBy(String updatedBy)

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

        Parameters:
        updatedBy - The ARN of the user who changed the rule 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 rule execution. Status categories are InProgress, Succeeded, and Failed.

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

        public String getStatus()

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

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

        public RuleExecutionDetail withStatus(String status)

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

        Parameters:
        status - The status of the rule 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:
        RuleExecutionStatus
      • withStatus

        public RuleExecutionDetail withStatus(RuleExecutionStatus status)

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

        Parameters:
        status - The status of the rule 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:
        RuleExecutionStatus
      • setInput

        public void setInput(RuleExecutionInput input)

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

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

        public RuleExecutionInput getInput()

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

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

        public RuleExecutionDetail withInput(RuleExecutionInput input)

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

        Parameters:
        input - Input details for the rule 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(RuleExecutionOutput output)

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

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

        public RuleExecutionOutput getOutput()

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

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

        public RuleExecutionDetail withOutput(RuleExecutionOutput output)

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

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