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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNotificationsForBudgetResponse.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 method that creates an instance of theNotification.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) 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 © 2023. All rights reserved.