public static interface CreateBudgetRequest.Builder extends BudgetsRequest.Builder, CopyableBuilder<CreateBudgetRequest.Builder,CreateBudgetRequest>
Modifier and Type | Method and Description |
---|---|
CreateBudgetRequest.Builder |
accountId(String accountId)
Sets the value of the AccountId property for this object.
|
CreateBudgetRequest.Builder |
budget(Budget budget)
Sets the value of the Budget property for this object.
|
default CreateBudgetRequest.Builder |
budget(Consumer<Budget.Builder> budget)
Sets the value of the Budget property for this object.
|
CreateBudgetRequest.Builder |
notificationsWithSubscribers(Collection<NotificationWithSubscribers> notificationsWithSubscribers)
Sets the value of the NotificationsWithSubscribers property for this object.
|
CreateBudgetRequest.Builder |
notificationsWithSubscribers(NotificationWithSubscribers... notificationsWithSubscribers)
Sets the value of the NotificationsWithSubscribers property for this object.
|
CreateBudgetRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
CreateBudgetRequest.Builder accountId(String accountId)
accountId
- The new value for the AccountId property for this object.CreateBudgetRequest.Builder budget(Budget budget)
budget
- The new value for the Budget property for this object.default CreateBudgetRequest.Builder budget(Consumer<Budget.Builder> budget)
Budget.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.Builder
budget(Budget)
CreateBudgetRequest.Builder notificationsWithSubscribers(Collection<NotificationWithSubscribers> notificationsWithSubscribers)
notificationsWithSubscribers
- The new value for the NotificationsWithSubscribers property for this object.CreateBudgetRequest.Builder notificationsWithSubscribers(NotificationWithSubscribers... notificationsWithSubscribers)
notificationsWithSubscribers
- The new value for the NotificationsWithSubscribers property for this object.CreateBudgetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.