public static interface CreateBudgetRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<CreateBudgetRequest.Builder,CreateBudgetRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBudgetRequest.Builder accountId(String accountId)
The accountId that is associated with the budget.
accountId - The accountId that is associated with the budget.CreateBudgetRequest.Builder budget(Budget budget)
The budget object that you want to create.
budget - The budget object that you want to create.default CreateBudgetRequest.Builder budget(Consumer<Budget.Builder> budget)
The budget object that you want to create.
This is a convenience method that creates an instance of theBudget.Builder avoiding the need to
create one manually via Budget.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to budget(Budget).
budget - a consumer that will call methods on Budget.Builderbudget(Budget)CreateBudgetRequest.Builder notificationsWithSubscribers(Collection<NotificationWithSubscribers> 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, Amazon Web Services creates the notifications and
subscribers for you.
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, Amazon Web Services creates the
notifications and subscribers for you.CreateBudgetRequest.Builder notificationsWithSubscribers(NotificationWithSubscribers... 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, Amazon Web Services creates the notifications and
subscribers for you.
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, Amazon Web Services creates the
notifications and subscribers for you.CreateBudgetRequest.Builder notificationsWithSubscribers(Consumer<NotificationWithSubscribers.Builder>... 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, Amazon Web Services creates the notifications and
subscribers for you.
NotificationWithSubscribers.Builder avoiding the need
to create one manually via
NotificationWithSubscribers.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #notificationsWithSubscribers(List.
notificationsWithSubscribers - a consumer that will call methods on
NotificationWithSubscribers.Builder#notificationsWithSubscribers(java.util.Collection) CreateBudgetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateBudgetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.