public static interface BudgetNotificationsForAccount.Builder extends SdkPojo, CopyableBuilder<BudgetNotificationsForAccount.Builder,BudgetNotificationsForAccount>
| Modifier and Type | Method and Description |
|---|---|
BudgetNotificationsForAccount.Builder |
budgetName(String budgetName)
Sets the value of the BudgetName property for this object.
|
BudgetNotificationsForAccount.Builder |
notifications(Collection<Notification> notifications)
Sets the value of the Notifications property for this object.
|
BudgetNotificationsForAccount.Builder |
notifications(Consumer<Notification.Builder>... notifications)
Sets the value of the Notifications property for this object.
|
BudgetNotificationsForAccount.Builder |
notifications(Notification... notifications)
Sets the value of the Notifications property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBudgetNotificationsForAccount.Builder notifications(Collection<Notification> notifications)
notifications - The new value for the Notifications property for this object.BudgetNotificationsForAccount.Builder notifications(Notification... notifications)
notifications - The new value for the Notifications property for this object.BudgetNotificationsForAccount.Builder notifications(Consumer<Notification.Builder>... notifications)
Notification.Builder avoiding the need to create one
manually via Notification.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #notifications(List.
notifications - a consumer that will call methods on
Notification.Builder#notifications(java.util.Collection) BudgetNotificationsForAccount.Builder budgetName(String budgetName)
budgetName - The new value for the BudgetName property for this object.Copyright © 2023. All rights reserved.