static RuleExecutionDetail.Builder |
RuleExecutionDetail.builder() |
|
default RuleExecutionDetail.Builder |
RuleExecutionDetail.Builder.input(Consumer<RuleExecutionInput.Builder> input) |
Input details for the rule execution, such as role ARN, Region, and input artifacts.
|
RuleExecutionDetail.Builder |
RuleExecutionDetail.Builder.input(RuleExecutionInput input) |
Input details for the rule execution, such as role ARN, Region, and input artifacts.
|
RuleExecutionDetail.Builder |
RuleExecutionDetail.Builder.lastUpdateTime(Instant lastUpdateTime) |
The date and time of the last change to the rule execution, in timestamp format.
|
default RuleExecutionDetail.Builder |
RuleExecutionDetail.Builder.output(Consumer<RuleExecutionOutput.Builder> output) |
Output details for the rule execution, such as the rule execution result.
|
RuleExecutionDetail.Builder |
RuleExecutionDetail.Builder.output(RuleExecutionOutput output) |
Output details for the rule execution, such as the rule execution result.
|
RuleExecutionDetail.Builder |
RuleExecutionDetail.Builder.pipelineExecutionId(String pipelineExecutionId) |
The ID of the pipeline execution in the stage where the rule was run.
|
RuleExecutionDetail.Builder |
RuleExecutionDetail.Builder.pipelineVersion(Integer pipelineVersion) |
The version number of the pipeline with the stage where the rule was run.
|
RuleExecutionDetail.Builder |
RuleExecutionDetail.Builder.ruleExecutionId(String ruleExecutionId) |
The ID of the run for the rule.
|
RuleExecutionDetail.Builder |
RuleExecutionDetail.Builder.ruleName(String ruleName) |
The name of the rule that was run in the stage.
|
RuleExecutionDetail.Builder |
RuleExecutionDetail.Builder.stageName(String stageName) |
The name of the stage where the rule was run.
|
RuleExecutionDetail.Builder |
RuleExecutionDetail.Builder.startTime(Instant startTime) |
The start time of the rule execution.
|
RuleExecutionDetail.Builder |
RuleExecutionDetail.Builder.status(String status) |
The status of the rule execution.
|
RuleExecutionDetail.Builder |
RuleExecutionDetail.Builder.status(RuleExecutionStatus status) |
The status of the rule execution.
|
RuleExecutionDetail.Builder |
RuleExecutionDetail.toBuilder() |
|
RuleExecutionDetail.Builder |
RuleExecutionDetail.Builder.updatedBy(String updatedBy) |
The ARN of the user who changed the rule execution details.
|