Uses of Class
com.oracle.bmc.datasafe.model.AlertPolicyRule.Builder
-
Packages that use AlertPolicyRule.Builder Package Description com.oracle.bmc.datasafe.model -
-
Uses of AlertPolicyRule.Builder in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AlertPolicyRule.Builder Modifier and Type Method Description static AlertPolicyRule.Builder
AlertPolicyRule. builder()
Create a new builder.AlertPolicyRule.Builder
AlertPolicyRule.Builder. copy(AlertPolicyRule model)
AlertPolicyRule.Builder
AlertPolicyRule.Builder. description(String description)
Describes the alert policy rule.AlertPolicyRule.Builder
AlertPolicyRule.Builder. displayName(String displayName)
The display name of the alert policy rule.AlertPolicyRule.Builder
AlertPolicyRule.Builder. expression(String expression)
The conditional expression of the alert policy rule which evaluates to boolean value.AlertPolicyRule.Builder
AlertPolicyRule.Builder. key(String key)
The unique key of the alert policy rule.AlertPolicyRule.Builder
AlertPolicyRule.Builder. lifecycleState(AlertPolicyRuleLifecycleState lifecycleState)
The current state of the alert policy rule.AlertPolicyRule.Builder
AlertPolicyRule.Builder. timeCreated(Date timeCreated)
Creation date and time of the alert policy rule, in the format defined by RFC3339.AlertPolicyRule.Builder
AlertPolicyRule. toBuilder()
-