Interface BudgetNotificationsForAccount.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BudgetNotificationsForAccount.Builder,BudgetNotificationsForAccount>,SdkBuilder<BudgetNotificationsForAccount.Builder,BudgetNotificationsForAccount>,SdkPojo
- Enclosing class:
- BudgetNotificationsForAccount
public static interface BudgetNotificationsForAccount.Builder extends SdkPojo, CopyableBuilder<BudgetNotificationsForAccount.Builder,BudgetNotificationsForAccount>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BudgetNotificationsForAccount.BuilderbudgetName(String budgetName)Sets the value of the BudgetName property for this object.BudgetNotificationsForAccount.Buildernotifications(Collection<Notification> notifications)Sets the value of the Notifications property for this object.BudgetNotificationsForAccount.Buildernotifications(Consumer<Notification.Builder>... notifications)Sets the value of the Notifications property for this object.BudgetNotificationsForAccount.Buildernotifications(Notification... notifications)Sets the value of the Notifications property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
notifications
BudgetNotificationsForAccount.Builder notifications(Collection<Notification> notifications)
Sets the value of the Notifications property for this object.- Parameters:
notifications- The new value for the Notifications property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notifications
BudgetNotificationsForAccount.Builder notifications(Notification... notifications)
Sets the value of the Notifications property for this object.- Parameters:
notifications- The new value for the Notifications property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notifications
BudgetNotificationsForAccount.Builder notifications(Consumer<Notification.Builder>... notifications)
Sets the value of the Notifications property for this object. This is a convenience method that creates an instance of theNotification.Builderavoiding the need to create one manually viaNotification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#notifications(List.) - Parameters:
notifications- a consumer that will call methods onNotification.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#notifications(java.util.Collection)
-
budgetName
BudgetNotificationsForAccount.Builder budgetName(String budgetName)
Sets the value of the BudgetName property for this object.- Parameters:
budgetName- The new value for the BudgetName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-