AlertRule.Builder |
AlertRule.Builder.budgetId(String budgetId) |
The OCID of the budget.
|
static AlertRule.Builder |
AlertRule.builder() |
Create a new builder.
|
AlertRule.Builder |
AlertRule.Builder.copy(AlertRule model) |
|
AlertRule.Builder |
AlertRule.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
AlertRule.Builder |
AlertRule.Builder.description(String description) |
The description of the alert rule.
|
AlertRule.Builder |
AlertRule.Builder.displayName(String displayName) |
The name of the alert rule.
|
AlertRule.Builder |
AlertRule.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
AlertRule.Builder |
AlertRule.Builder.id(String id) |
The OCID of the alert rule.
|
AlertRule.Builder |
AlertRule.Builder.lifecycleState(LifecycleState lifecycleState) |
The current state of the alert rule.
|
AlertRule.Builder |
AlertRule.Builder.message(String message) |
Custom message sent when an alert is triggered.
|
AlertRule.Builder |
AlertRule.Builder.recipients(String recipients) |
The delimited list of email addresses to receive the alert when it triggers.
|
AlertRule.Builder |
AlertRule.Builder.threshold(BigDecimal threshold) |
The threshold for triggering the alert.
|
AlertRule.Builder |
AlertRule.Builder.thresholdType(ThresholdType thresholdType) |
The type of threshold.
|
AlertRule.Builder |
AlertRule.Builder.timeCreated(Date timeCreated) |
The time the budget was created.
|
AlertRule.Builder |
AlertRule.Builder.timeUpdated(Date timeUpdated) |
The time the budget was updated.
|
AlertRule.Builder |
AlertRule.toBuilder() |
|
AlertRule.Builder |
AlertRule.Builder.type(AlertType type) |
The type of the alert.
|
AlertRule.Builder |
AlertRule.Builder.version(Integer version) |
The version of the alert rule.
|