public static interface DescribeNotificationsForBudgetResponse.Builder extends BudgetsResponse.Builder, SdkPojo, CopyableBuilder<DescribeNotificationsForBudgetResponse.Builder,DescribeNotificationsForBudgetResponse>
Modifier and Type | Method and Description |
---|---|
DescribeNotificationsForBudgetResponse.Builder |
nextToken(String nextToken)
The pagination token in the service response that indicates the next set of results that you can retrieve.
|
DescribeNotificationsForBudgetResponse.Builder |
notifications(Collection<Notification> notifications)
A list of notifications that are associated with a budget.
|
DescribeNotificationsForBudgetResponse.Builder |
notifications(Consumer<Notification.Builder>... notifications)
A list of notifications that are associated with a budget.
|
DescribeNotificationsForBudgetResponse.Builder |
notifications(Notification... notifications)
A list of notifications that are associated with a budget.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeNotificationsForBudgetResponse.Builder notifications(Collection<Notification> notifications)
A list of notifications that are associated with a budget.
notifications
- A list of notifications that are associated with a budget.DescribeNotificationsForBudgetResponse.Builder notifications(Notification... notifications)
A list of notifications that are associated with a budget.
notifications
- A list of notifications that are associated with a budget.DescribeNotificationsForBudgetResponse.Builder notifications(Consumer<Notification.Builder>... notifications)
A list of notifications that are associated with a budget.
This is a convenience that creates an instance of theList.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)
The pagination token in the service response that indicates the next set of results that you can retrieve.
nextToken
- The pagination token in the service response that indicates the next set of results that you can
retrieve.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.