Rule.Builder |
Rule.Builder.actions(ActionList actions) |
|
static Rule.Builder |
Rule.builder() |
Create a new builder.
|
Rule.Builder |
Rule.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment to which this rule belongs.
|
Rule.Builder |
Rule.Builder.condition(String condition) |
A filter that specifies the event that will trigger actions associated with this rule.
|
Rule.Builder |
Rule.Builder.copy(Rule model) |
|
Rule.Builder |
Rule.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
Rule.Builder |
Rule.Builder.description(String description) |
A string that describes the details of the rule.
|
Rule.Builder |
Rule.Builder.displayName(String displayName) |
A string that describes the rule.
|
Rule.Builder |
Rule.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
Rule.Builder |
Rule.Builder.id(String id) |
|
Rule.Builder |
Rule.Builder.isEnabled(Boolean isEnabled) |
Whether or not this rule is currently enabled.
|
Rule.Builder |
Rule.Builder.lifecycleMessage(String lifecycleMessage) |
A message generated by the Events service about the current state of this rule.
|
Rule.Builder |
Rule.Builder.lifecycleState(Rule.LifecycleState lifecycleState) |
The current state of the rule.
|
Rule.Builder |
Rule.Builder.timeCreated(Date timeCreated) |
The time this rule was created, expressed in RFC
3339 timestamp format.
|
Rule.Builder |
Rule.toBuilder() |
|