public static class CreateBudgetDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateBudgetDetails.Builder |
amount(BigDecimal amount)
The amount of the budget expressed as a whole number in the currency of the customer’s
rate card.
|
CreateBudgetDetails.Builder |
budgetProcessingPeriodStartOffset(Integer budgetProcessingPeriodStartOffset)
The number of days offset from the first day of the month, at which the budget processing
period starts.
|
CreateBudgetDetails |
build() |
CreateBudgetDetails.Builder |
compartmentId(String compartmentId)
The OCID of the compartment.
|
CreateBudgetDetails.Builder |
copy(CreateBudgetDetails model) |
CreateBudgetDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateBudgetDetails.Builder |
description(String description)
The description of the budget.
|
CreateBudgetDetails.Builder |
displayName(String displayName)
The displayName of the budget.
|
CreateBudgetDetails.Builder |
endDate(Date endDate)
The date when the one-time budget concludes.
|
CreateBudgetDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
CreateBudgetDetails.Builder |
processingPeriodType(ProcessingPeriodType processingPeriodType)
The type of the budget processing period.
|
CreateBudgetDetails.Builder |
resetPeriod(ResetPeriod resetPeriod)
The reset period for the budget.
|
CreateBudgetDetails.Builder |
startDate(Date startDate)
The date when the one-time budget begins.
|
CreateBudgetDetails.Builder |
targetCompartmentId(String targetCompartmentId)
This is DEPRECATED.
|
CreateBudgetDetails.Builder |
targets(List<String> targets)
The list of targets on which the budget is applied.
|
CreateBudgetDetails.Builder |
targetType(TargetType targetType)
The type of target on which the budget is applied.
|
public CreateBudgetDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic CreateBudgetDetails.Builder targetCompartmentId(String targetCompartmentId)
This is DEPRECATED. Set the target compartment ID in targets instead.
targetCompartmentId
- the value to setpublic CreateBudgetDetails.Builder displayName(String displayName)
The displayName of the budget. Avoid entering confidential information.
displayName
- the value to setpublic CreateBudgetDetails.Builder description(String description)
The description of the budget.
description
- the value to setpublic CreateBudgetDetails.Builder amount(BigDecimal amount)
The amount of the budget expressed as a whole number in the currency of the customer’s rate card.
amount
- the value to setpublic CreateBudgetDetails.Builder resetPeriod(ResetPeriod resetPeriod)
The reset period for the budget.
resetPeriod
- the value to setpublic CreateBudgetDetails.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 CreateBudgetDetails.Builder processingPeriodType(ProcessingPeriodType processingPeriodType)
The type of the budget processing period. Valid values are INVOICE, MONTH, and SINGLE_USE.
processingPeriodType
- the value to setpublic CreateBudgetDetails.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 CreateBudgetDetails.Builder endDate(Date endDate)
The date 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 CreateBudgetDetails.Builder targetType(TargetType targetType)
The type of target on which the budget is applied.
targetType
- the value to setpublic CreateBudgetDetails.Builder targets(List<String> targets)
The list of targets on which the budget is applied. If targetType is “COMPARTMENT”, the targets contain the list of compartment OCIDs. If targetType is “TAG”, the targets contain the list of cost tracking tag identifiers in the form of “{tagNamespace}.{tagKey}.{tagValue}”. Curerntly, the array should contain exactly one item.
targets
- the value to setpublic CreateBudgetDetails.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 CreateBudgetDetails.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 CreateBudgetDetails build()
public CreateBudgetDetails.Builder copy(CreateBudgetDetails model)
Copyright © 2016–2024. All rights reserved.