Uses of Class
software.amazon.awscdk.services.budgets.CfnBudget.Builder
Packages that use CfnBudget.Builder
-
Uses of CfnBudget.Builder in software.amazon.awscdk.services.budgets
Methods in software.amazon.awscdk.services.budgets that return CfnBudget.BuilderModifier and TypeMethodDescriptionCfnBudget.Builder.budget
(IResolvable budget) The budget object that you want to create.CfnBudget.Builder.budget
(CfnBudget.BudgetDataProperty budget) The budget object that you want to create.static CfnBudget.Builder
CfnBudget.Builder.notificationsWithSubscribers
(List<? extends Object> notificationsWithSubscribers) A notification that you want to associate with a budget.CfnBudget.Builder.notificationsWithSubscribers
(IResolvable notificationsWithSubscribers) A notification that you want to associate with a budget.CfnBudget.Builder.resourceTags
(List<? extends Object> resourceTags) An optional list of tags to associate with the specified budget.CfnBudget.Builder.resourceTags
(IResolvable resourceTags) An optional list of tags to associate with the specified budget.