static RuleExecution.Builder |
RuleExecution.builder() |
|
default RuleExecution.Builder |
RuleExecution.Builder.errorDetails(Consumer<ErrorDetails.Builder> errorDetails) |
Sets the value of the ErrorDetails property for this object.
|
RuleExecution.Builder |
RuleExecution.Builder.errorDetails(ErrorDetails errorDetails) |
Sets the value of the ErrorDetails property for this object.
|
RuleExecution.Builder |
RuleExecution.Builder.externalExecutionId(String externalExecutionId) |
The external ID of the run of the rule.
|
RuleExecution.Builder |
RuleExecution.Builder.externalExecutionUrl(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).
|
RuleExecution.Builder |
RuleExecution.Builder.lastStatusChange(Instant lastStatusChange) |
The last status change of the rule.
|
RuleExecution.Builder |
RuleExecution.Builder.lastUpdatedBy(String lastUpdatedBy) |
The ARN of the user who last changed the rule.
|
RuleExecution.Builder |
RuleExecution.Builder.ruleExecutionId(String ruleExecutionId) |
The execution ID for the run of the rule.
|
RuleExecution.Builder |
RuleExecution.Builder.status(String status) |
The status of the run of the rule, such as FAILED.
|
RuleExecution.Builder |
RuleExecution.Builder.status(RuleExecutionStatus status) |
The status of the run of the rule, such as FAILED.
|
RuleExecution.Builder |
RuleExecution.Builder.summary(String summary) |
A summary of the run of the rule.
|
RuleExecution.Builder |
RuleExecution.toBuilder() |
|
RuleExecution.Builder |
RuleExecution.Builder.token(String token) |
The system-generated token used to identify a unique request.
|