Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Rule.Builder |
actions(ActionList actions) |
Rule |
build() |
Rule.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment to which this rule belongs.
|
Rule.Builder |
condition(String condition)
A filter that specifies the event that will trigger actions associated with this rule.
|
Rule.Builder |
copy(Rule model) |
Rule.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Rule.Builder |
description(String description)
A string that describes the details of the rule.
|
Rule.Builder |
displayName(String displayName)
A string that describes the rule.
|
Rule.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Rule.Builder |
id(String id)
The OCID
of this rule.
|
Rule.Builder |
isEnabled(Boolean isEnabled)
Whether or not this rule is currently enabled.
|
Rule.Builder |
lifecycleMessage(String lifecycleMessage)
A message generated by the Events service about the current state of this rule.
|
Rule.Builder |
lifecycleState(Rule.LifecycleState lifecycleState)
The current state of the rule.
|
Rule.Builder |
timeCreated(Date timeCreated)
The time this rule was created, expressed in RFC
3339 timestamp format.
|
public Rule.Builder displayName(String displayName)
A string that describes the rule. It does not have to be unique, and you can change it. Avoid entering confidential information.
Example: "This rule sends a notification upon completion of DbaaS backup."
displayName
- the value to setpublic Rule.Builder description(String description)
A string that describes the details of the rule. It does not have to be unique, and you can change it. Avoid entering confidential information.
description
- the value to setpublic Rule.Builder lifecycleState(Rule.LifecycleState lifecycleState)
The current state of the rule.
lifecycleState
- the value to setpublic Rule.Builder condition(String condition)
A filter that specifies the event that will trigger actions associated with this rule. A few important things to remember about filters:
Fields not mentioned in the condition are ignored. You can create a valid filter that
matches all events with two curly brackets: {}
For more examples, see [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm). * For a condition with fields to match an event, the event must contain all the field names listed in the condition. Field names must appear in the condition with the same nesting structure used in the event.
For a list of reference events, see [Services that Produce Events](https://docs.cloud.oracle.com/iaas/Content/Events/Reference/eventsproducers.htm). * Rules apply to events in the compartment in which you create them and any child compartments. This means that a condition specified by a rule only matches events emitted from resources in the compartment or any of its child compartments. * Wildcard matching is supported with the asterisk (*) character.
For examples of wildcard matching, see [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm)
Example: \\"eventType\\":
\\"com.oraclecloud.databaseservice.autonomous.database.backup.end\\"
condition
- the value to setpublic Rule.Builder compartmentId(String compartmentId)
The OCID of the compartment to which this rule belongs.
compartmentId
- the value to setpublic Rule.Builder isEnabled(Boolean isEnabled)
Whether or not this rule is currently enabled.
Example: true
isEnabled
- the value to setpublic Rule.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. Exists for cross-compatibility only. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic Rule.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic Rule.Builder actions(ActionList actions)
public Rule.Builder id(String id)
The OCID of this rule.
id
- the value to setpublic Rule.Builder timeCreated(Date timeCreated)
The time this rule was created, expressed in RFC 3339 timestamp format.
Example: 2018-09-12T22:47:12.613Z
timeCreated
- the value to setpublic Rule.Builder lifecycleMessage(String lifecycleMessage)
A message generated by the Events service about the current state of this rule.
lifecycleMessage
- the value to setpublic Rule build()
public Rule.Builder copy(Rule model)
Copyright © 2016–2024. All rights reserved.