Package | Description |
---|---|
com.oracle.bmc.budget.model |
Modifier and Type | Method and Description |
---|---|
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.budgetId(String budgetId)
The OCID of the budget.
|
static AlertRuleSummary.Builder |
AlertRuleSummary.builder()
Create a new builder.
|
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.copy(AlertRuleSummary model) |
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.description(String description)
The description of the alert rule.
|
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.displayName(String displayName)
The name of the alert rule.
|
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.id(String id)
The OCID of the alert rule.
|
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the alert rule.
|
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.message(String message)
The custom message that will be sent when the alert is triggered.
|
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.recipients(String recipients)
The audience that receives the alert when it triggers.
|
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.threshold(BigDecimal threshold)
The threshold for triggering the alert.
|
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.thresholdType(ThresholdType thresholdType)
The type of threshold.
|
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.timeCreated(Date timeCreated)
The time when the budget was created.
|
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.timeUpdated(Date timeUpdated)
The time when the budget was updated.
|
AlertRuleSummary.Builder |
AlertRuleSummary.toBuilder() |
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.type(AlertType type)
ACTUAL means the alert triggers based on actual usage.
|
AlertRuleSummary.Builder |
AlertRuleSummary.Builder.version(Integer version)
The version of the alert rule.
|
Copyright © 2016–2024. All rights reserved.