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(Consumer<NotificationWithSubscribers.Builder>... 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.
|
CreateBudgetRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildCreateBudgetRequest.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.Builderbudget(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 notificationsWithSubscribers(Consumer<NotificationWithSubscribers.Builder>... notificationsWithSubscribers)
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #notificationsWithSubscribers(List) .notificationsWithSubscribers - a consumer that will call methods on List.Builder #notificationsWithSubscribers(List) CreateBudgetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateBudgetRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.