Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Budget.Builder |
actualSpend(BigDecimal actualSpend)
The actual spend in currency for the current budget cycle.
|
Budget.Builder |
alertRuleCount(Integer alertRuleCount)
The total number of alert rules in the budget.
|
Budget.Builder |
amount(BigDecimal amount)
The amount of the budget expressed in the currency of the customer’s rate card.
|
Budget.Builder |
budgetProcessingPeriodStartOffset(Integer budgetProcessingPeriodStartOffset)
The number of days offset from the first day of the month, at which the budget processing
period starts.
|
Budget |
build() |
Budget.Builder |
compartmentId(String compartmentId)
The OCID of the compartment.
|
Budget.Builder |
copy(Budget model) |
Budget.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Budget.Builder |
description(String description)
The description of the budget.
|
Budget.Builder |
displayName(String displayName)
The display name of the budget.
|
Budget.Builder |
endDate(Date endDate)
The time when the one-time budget concludes.
|
Budget.Builder |
forecastedSpend(BigDecimal forecastedSpend)
The forecasted spend in currency by the end of the current budget cycle.
|
Budget.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Budget.Builder |
id(String id)
The OCID of the budget.
|
Budget.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the budget.
|
Budget.Builder |
processingPeriodType(ProcessingPeriodType processingPeriodType)
The budget processing period type.
|
Budget.Builder |
resetPeriod(ResetPeriod resetPeriod)
The reset period for the budget.
|
Budget.Builder |
startDate(Date startDate)
The date when the one-time budget begins.
|
Budget.Builder |
targetCompartmentId(String targetCompartmentId)
This is DEPRECATED.
|
Budget.Builder |
targets(List<String> targets)
The list of targets on which the budget is applied.
|
Budget.Builder |
targetType(TargetType targetType)
The type of target on which the budget is applied.
|
Budget.Builder |
timeCreated(Date timeCreated)
The time that the budget was created.
|
Budget.Builder |
timeSpendComputed(Date timeSpendComputed)
The time that the budget spend was last computed.
|
Budget.Builder |
timeUpdated(Date timeUpdated)
The time that the budget was updated.
|
Budget.Builder |
version(Integer version)
The version of the budget.
|
public Budget.Builder id(String id)
The OCID of the budget.
id
- the value to setpublic Budget.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic Budget.Builder targetCompartmentId(String targetCompartmentId)
This is DEPRECATED. For backwards compatability, the property is populated when the targetType is “COMPARTMENT”, and targets contain the specific target compartment OCID. For all other scenarios, this property will be left empty.
targetCompartmentId
- the value to setpublic Budget.Builder displayName(String displayName)
The display name of the budget. Avoid entering confidential information.
displayName
- the value to setpublic Budget.Builder description(String description)
The description of the budget.
description
- the value to setpublic Budget.Builder amount(BigDecimal amount)
The amount of the budget expressed in the currency of the customer’s rate card.
amount
- the value to setpublic Budget.Builder resetPeriod(ResetPeriod resetPeriod)
The reset period for the budget.
resetPeriod
- the value to setpublic Budget.Builder budgetProcessingPeriodStartOffset(Integer budgetProcessingPeriodStartOffset)
The number of days offset from the first day of the month, at which the budget processing period starts. In months that have fewer days than this value, processing will begin on the last day of that month. For example, for a value of 12, processing starts every month on the 12th at midnight.
budgetProcessingPeriodStartOffset
- the value to setpublic Budget.Builder processingPeriodType(ProcessingPeriodType processingPeriodType)
The budget processing period type. Valid values are INVOICE, MONTH, and SINGLE_USE.
processingPeriodType
- the value to setpublic Budget.Builder startDate(Date startDate)
The date when the one-time budget begins. For example, 2023-03-23
. The date-time
format conforms to RFC 3339, and will be truncated to the starting point of the date
provided after being converted to UTC time.
startDate
- the value to setpublic Budget.Builder endDate(Date endDate)
The time when the one-time budget concludes. For example, 2023-03-23
. The
date-time format conforms to RFC 3339, and will be truncated to the starting point of the
date provided after being converted to UTC time.
endDate
- the value to setpublic Budget.Builder targetType(TargetType targetType)
The type of target on which the budget is applied.
targetType
- the value to setpublic Budget.Builder targets(List<String> targets)
The list of targets on which the budget is applied. If the targetType is “COMPARTMENT”, the targets contain the list of compartment OCIDs. If the targetType is “TAG”, the targets contain the list of cost tracking tag identifiers in the form of “{tagNamespace}.{tagKey}.{tagValue}”.
targets
- the value to setpublic Budget.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the budget.
lifecycleState
- the value to setpublic Budget.Builder alertRuleCount(Integer alertRuleCount)
The total number of alert rules in the budget.
alertRuleCount
- the value to setpublic Budget.Builder version(Integer version)
The version of the budget. Starts from 1 and increments by 1.
version
- the value to setpublic Budget.Builder actualSpend(BigDecimal actualSpend)
The actual spend in currency for the current budget cycle.
actualSpend
- the value to setpublic Budget.Builder forecastedSpend(BigDecimal forecastedSpend)
The forecasted spend in currency by the end of the current budget cycle.
forecastedSpend
- the value to setpublic Budget.Builder timeSpendComputed(Date timeSpendComputed)
The time that the budget spend was last computed.
timeSpendComputed
- the value to setpublic Budget.Builder timeCreated(Date timeCreated)
The time that the budget was created.
timeCreated
- the value to setpublic Budget.Builder timeUpdated(Date timeUpdated)
The time that the budget was updated.
timeUpdated
- the value to setpublic Budget.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. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic Budget.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 Budget build()
public Budget.Builder copy(Budget model)
Copyright © 2016–2024. All rights reserved.