Uses of Class
software.amazon.awscdk.services.budgets.CfnBudgetsAction.Builder
Packages that use CfnBudgetsAction.Builder
-
Uses of CfnBudgetsAction.Builder in software.amazon.awscdk.services.budgets
Methods in software.amazon.awscdk.services.budgets that return CfnBudgetsAction.BuilderModifier and TypeMethodDescriptionCfnBudgetsAction.Builder.actionThreshold(IResolvable actionThreshold) The trigger threshold of the action.CfnBudgetsAction.Builder.actionThreshold(CfnBudgetsAction.ActionThresholdProperty actionThreshold) The trigger threshold of the action.CfnBudgetsAction.Builder.actionType(String actionType) The type of action.CfnBudgetsAction.Builder.approvalModel(String approvalModel) This specifies if the action needs manual or automatic approval.CfnBudgetsAction.Builder.budgetName(String budgetName) A string that represents the budget name.static CfnBudgetsAction.BuilderCfnBudgetsAction.Builder.definition(IResolvable definition) Specifies all of the type-specific parameters.CfnBudgetsAction.Builder.definition(CfnBudgetsAction.DefinitionProperty definition) Specifies all of the type-specific parameters.CfnBudgetsAction.Builder.executionRoleArn(String executionRoleArn) The role passed for action execution and reversion.CfnBudgetsAction.Builder.notificationType(String notificationType) The type of a notification.CfnBudgetsAction.Builder.resourceTags(List<? extends CfnBudgetsAction.ResourceTagProperty> resourceTags) An optional list of tags to associate with the specified budget action.CfnBudgetsAction.Builder.subscribers(List<? extends Object> subscribers) A list of subscribers.CfnBudgetsAction.Builder.subscribers(IResolvable subscribers) A list of subscribers.