@Stability(value=Stable) public static final class CfnBudgetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnBudgetProps>
CfnBudgetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBudgetProps.Builder |
budget(CfnBudget.BudgetDataProperty budget)
Sets the value of
CfnBudgetProps.getBudget() |
CfnBudgetProps.Builder |
budget(IResolvable budget)
Sets the value of
CfnBudgetProps.getBudget() |
CfnBudgetProps |
build()
Builds the configured instance.
|
CfnBudgetProps.Builder |
notificationsWithSubscribers(IResolvable notificationsWithSubscribers)
Sets the value of
CfnBudgetProps.getNotificationsWithSubscribers() |
CfnBudgetProps.Builder |
notificationsWithSubscribers(List<? extends Object> notificationsWithSubscribers)
Sets the value of
CfnBudgetProps.getNotificationsWithSubscribers() |
@Stability(value=Stable) public CfnBudgetProps.Builder budget(CfnBudget.BudgetDataProperty budget)
CfnBudgetProps.getBudget()budget - The budget object that you want to create. This parameter is required.this@Stability(value=Stable) public CfnBudgetProps.Builder budget(IResolvable budget)
CfnBudgetProps.getBudget()budget - The budget object that you want to create. This parameter is required.this@Stability(value=Stable) public CfnBudgetProps.Builder notificationsWithSubscribers(IResolvable notificationsWithSubscribers)
CfnBudgetProps.getNotificationsWithSubscribers()notificationsWithSubscribers - A notification that you want to associate with a budget.
A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.this@Stability(value=Stable) public CfnBudgetProps.Builder notificationsWithSubscribers(List<? extends Object> notificationsWithSubscribers)
CfnBudgetProps.getNotificationsWithSubscribers()notificationsWithSubscribers - A notification that you want to associate with a budget.
A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.this@Stability(value=Stable) public CfnBudgetProps build()
build in interface software.amazon.jsii.Builder<CfnBudgetProps>CfnBudgetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.