public static interface DescribeNotificationsForBudgetResponse.Builder extends BudgetsResponse.Builder, CopyableBuilder<DescribeNotificationsForBudgetResponse.Builder,DescribeNotificationsForBudgetResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeNotificationsForBudgetResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeNotificationsForBudgetResponse.Builder |
notifications(Collection<Notification> notifications)
Sets the value of the Notifications property for this object.
|
DescribeNotificationsForBudgetResponse.Builder |
notifications(Notification... notifications)
Sets the value of the Notifications property for this object.
|
buildcopyapply, buildDescribeNotificationsForBudgetResponse.Builder notifications(Collection<Notification> notifications)
notifications - The new value for the Notifications property for this object.DescribeNotificationsForBudgetResponse.Builder notifications(Notification... notifications)
notifications - The new value for the Notifications property for this object.DescribeNotificationsForBudgetResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.