@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 - `AWS::Budgets::Budget.Budget`. This parameter is required.this@Stability(value=Stable) public CfnBudgetProps.Builder budget(IResolvable budget)
CfnBudgetProps.getBudget()budget - `AWS::Budgets::Budget.Budget`. This parameter is required.this@Stability(value=Stable) public CfnBudgetProps.Builder notificationsWithSubscribers(IResolvable notificationsWithSubscribers)
CfnBudgetProps.getNotificationsWithSubscribers()notificationsWithSubscribers - `AWS::Budgets::Budget.NotificationsWithSubscribers`.this@Stability(value=Stable) public CfnBudgetProps.Builder notificationsWithSubscribers(List<? extends Object> notificationsWithSubscribers)
CfnBudgetProps.getNotificationsWithSubscribers()notificationsWithSubscribers - `AWS::Budgets::Budget.NotificationsWithSubscribers`.this@Stability(value=Stable) public CfnBudgetProps build()
build in interface software.amazon.jsii.Builder<CfnBudgetProps>CfnBudgetPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.