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(Consumer<Notification.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 notifications(Consumer<Notification.Builder>... notifications)
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 #notifications(List) .notifications - a consumer that will call methods on List.Builder #notifications(List) 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.