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