@Generated public interface BudgetsService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
CreateBudgetConfigurationResponse |
create(CreateBudgetConfigurationRequest createBudgetConfigurationRequest)
Create new budget.
|
void |
delete(DeleteBudgetConfigurationRequest deleteBudgetConfigurationRequest)
Delete budget.
|
GetBudgetConfigurationResponse |
get(GetBudgetConfigurationRequest getBudgetConfigurationRequest)
Get budget.
|
ListBudgetConfigurationsResponse |
list(ListBudgetConfigurationsRequest listBudgetConfigurationsRequest)
Get all budgets.
|
UpdateBudgetConfigurationResponse |
update(UpdateBudgetConfigurationRequest updateBudgetConfigurationRequest)
Modify budget.
|
CreateBudgetConfigurationResponse create(CreateBudgetConfigurationRequest createBudgetConfigurationRequest)
Create a new budget configuration for an account. For full details, see https://docs.databricks.com/en/admin/account-settings/budgets.html.
void delete(DeleteBudgetConfigurationRequest deleteBudgetConfigurationRequest)
Deletes a budget configuration for an account. Both account and budget configuration are specified by ID. This cannot be undone.
GetBudgetConfigurationResponse get(GetBudgetConfigurationRequest getBudgetConfigurationRequest)
Gets a budget configuration for an account. Both account and budget configuration are specified by ID.
ListBudgetConfigurationsResponse list(ListBudgetConfigurationsRequest listBudgetConfigurationsRequest)
Gets all budgets associated with this account.
UpdateBudgetConfigurationResponse update(UpdateBudgetConfigurationRequest updateBudgetConfigurationRequest)
Updates a budget configuration for an account. Both account and budget configuration are specified by ID.
Copyright © 2025. All rights reserved.