CopyableBuilder<CreateBudgetRequest.Builder,CreateBudgetRequest>
, SdkBuilder<CreateBudgetRequest.Builder,CreateBudgetRequest>
public static interface CreateBudgetRequest.Builder extends CopyableBuilder<CreateBudgetRequest.Builder,CreateBudgetRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateBudgetRequest.Builder |
accountId(String accountId) |
|
CreateBudgetRequest.Builder |
budget(Budget budget) |
|
CreateBudgetRequest.Builder |
notificationsWithSubscribers(Collection<NotificationWithSubscribers> notificationsWithSubscribers) |
|
CreateBudgetRequest.Builder |
notificationsWithSubscribers(NotificationWithSubscribers... notificationsWithSubscribers) |
NOTE: This method appends the values to the existing list (if any).
|
copy
apply, build
CreateBudgetRequest.Builder accountId(String accountId)
accountId
- CreateBudgetRequest.Builder budget(Budget budget)
budget
- CreateBudgetRequest.Builder notificationsWithSubscribers(Collection<NotificationWithSubscribers> notificationsWithSubscribers)
notificationsWithSubscribers
- CreateBudgetRequest.Builder notificationsWithSubscribers(NotificationWithSubscribers... notificationsWithSubscribers)
NOTE: This method appends the values to the existing list (if any). Use
#setNotificationsWithSubscribers(java.util.Collection)
or
#withNotificationsWithSubscribers(java.util.Collection)
if you want to override the existing values.
notificationsWithSubscribers
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.