Class RuleSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.events.model.RuleSummary.Builder
 
- 
- Enclosing class:
- RuleSummary
 
 public static class RuleSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleSummarybuild()RuleSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment to which this rule belongs.RuleSummary.Buildercondition(String condition)A filter that specifies the event that will trigger actions associated with this rule.RuleSummary.Buildercopy(RuleSummary model)RuleSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.RuleSummary.Builderdescription(String description)A string that describes the details of the rule.RuleSummary.BuilderdisplayName(String displayName)A string that describes the rule.RuleSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.RuleSummary.Builderid(String id)The OCID of this rule.RuleSummary.BuilderisEnabled(Boolean isEnabled)Whether or not this rule is currently enabled.RuleSummary.BuilderlifecycleState(Rule.LifecycleState lifecycleState)RuleSummary.BuildertimeCreated(Date timeCreated)The time this rule was created, expressed in RFC 3339 timestamp format.
 
- 
- 
- 
Method Detail- 
idpublic RuleSummary.Builder id(String id) The OCID of this rule.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic RuleSummary.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." - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic RuleSummary.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. - Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic RuleSummary.Builder lifecycleState(Rule.LifecycleState lifecycleState) 
 - 
conditionpublic RuleSummary.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.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.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.oracle.com/iaas/Content/Events/Concepts/filterevents.htm) Example: \\"eventType\\": \\"com.oraclecloud.databaseservice.autonomous.database.backup.end\\" - Parameters:
- condition- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic RuleSummary.Builder compartmentId(String compartmentId) The OCID of the compartment to which this rule belongs.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
isEnabledpublic RuleSummary.Builder isEnabled(Boolean isEnabled) Whether or not this rule is currently enabled.Example: true - Parameters:
- isEnabled- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic RuleSummary.Builder timeCreated(Date timeCreated) The time this rule was created, expressed in RFC 3339 timestamp format.Example: 2018-09-12T22:47:12.613Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic RuleSummary.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"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic RuleSummary.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"}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic RuleSummary build() 
 - 
copypublic RuleSummary.Builder copy(RuleSummary model) 
 
- 
 
-