Modifier and Type | Method and Description |
---|---|
CfnBudget.Builder |
budget(CfnBudget.BudgetDataProperty budget)
The budget object that you want to create.
|
CfnBudget.Builder |
budget(IResolvable budget)
The budget object that you want to create.
|
CfnBudget |
build() |
static CfnBudget.Builder |
create(Construct scope,
java.lang.String id) |
CfnBudget.Builder |
notificationsWithSubscribers(IResolvable notificationsWithSubscribers)
A notification that you want to associate with a budget.
|
CfnBudget.Builder |
notificationsWithSubscribers(java.util.List<? extends java.lang.Object> notificationsWithSubscribers)
A notification that you want to associate with a budget.
|
public static CfnBudget.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnBudget.BudgetDataProperty.Builder
.public CfnBudget.Builder budget(CfnBudget.BudgetDataProperty budget)
budget
- The budget object that you want to create. This parameter is required.this
public CfnBudget.Builder budget(IResolvable budget)
budget
- The budget object that you want to create. This parameter is required.this
public CfnBudget.Builder notificationsWithSubscribers(IResolvable notificationsWithSubscribers)
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.
notificationsWithSubscribers
- A notification that you want to associate with a budget. This parameter is required.this
public CfnBudget.Builder notificationsWithSubscribers(java.util.List<? extends java.lang.Object> notificationsWithSubscribers)
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.
notificationsWithSubscribers
- A notification that you want to associate with a budget. This parameter is required.this
public CfnBudget build()