Rule.Builder |
Rule.Builder.actions(Collection<RuleAction> actions) |
A list of actions to be run when the rule is triggered.
|
Rule.Builder |
Rule.Builder.actions(Consumer<RuleAction.Builder>... actions) |
A list of actions to be run when the rule is triggered.
|
Rule.Builder |
Rule.Builder.actions(RuleAction... actions) |
A list of actions to be run when the rule is triggered.
|
static Rule.Builder |
Rule.builder() |
|
Rule.Builder |
Rule.Builder.createdTime(Instant createdTime) |
The timestamp for when the rule was created.
|
Rule.Builder |
Rule.Builder.function(String function) |
The conditions of the rule.
|
Rule.Builder |
Rule.Builder.lastUpdatedBy(String lastUpdatedBy) |
The Amazon Resource Name (ARN) of the user who last updated the rule.
|
Rule.Builder |
Rule.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The timestamp for the when the rule was last updated.
|
Rule.Builder |
Rule.Builder.name(String name) |
The name of the rule.
|
Rule.Builder |
Rule.Builder.publishStatus(String publishStatus) |
The publish status of the rule.
|
Rule.Builder |
Rule.Builder.publishStatus(RulePublishStatus publishStatus) |
The publish status of the rule.
|
Rule.Builder |
Rule.Builder.ruleArn(String ruleArn) |
The Amazon Resource Name (ARN) of the rule.
|
Rule.Builder |
Rule.Builder.ruleId(String ruleId) |
A unique identifier for the rule.
|
Rule.Builder |
Rule.Builder.tags(Map<String,String> tags) |
The tags used to organize, track, or control access for this resource.
|
Rule.Builder |
Rule.toBuilder() |
|
default Rule.Builder |
Rule.Builder.triggerEventSource(Consumer<RuleTriggerEventSource.Builder> triggerEventSource) |
The event source to trigger the rule.
|
Rule.Builder |
Rule.Builder.triggerEventSource(RuleTriggerEventSource triggerEventSource) |
The event source to trigger the rule.
|