public static interface DescribeBudgetNotificationsForAccountResponse.Builder extends BudgetsResponse.Builder, SdkPojo, CopyableBuilder<DescribeBudgetNotificationsForAccountResponse.Builder,DescribeBudgetNotificationsForAccountResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetNotificationsForAccountResponse.Builder |
budgetNotificationsForAccount(BudgetNotificationsForAccount... budgetNotificationsForAccount)
A list of budget names and associated notifications for an account.
|
DescribeBudgetNotificationsForAccountResponse.Builder |
budgetNotificationsForAccount(Collection<BudgetNotificationsForAccount> budgetNotificationsForAccount)
A list of budget names and associated notifications for an account.
|
DescribeBudgetNotificationsForAccountResponse.Builder |
budgetNotificationsForAccount(Consumer<BudgetNotificationsForAccount.Builder>... budgetNotificationsForAccount)
A list of budget names and associated notifications for an account.
|
DescribeBudgetNotificationsForAccountResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBudgetNotificationsForAccountResponse.Builder budgetNotificationsForAccount(Collection<BudgetNotificationsForAccount> budgetNotificationsForAccount)
A list of budget names and associated notifications for an account.
budgetNotificationsForAccount - A list of budget names and associated notifications for an account.DescribeBudgetNotificationsForAccountResponse.Builder budgetNotificationsForAccount(BudgetNotificationsForAccount... budgetNotificationsForAccount)
A list of budget names and associated notifications for an account.
budgetNotificationsForAccount - A list of budget names and associated notifications for an account.DescribeBudgetNotificationsForAccountResponse.Builder budgetNotificationsForAccount(Consumer<BudgetNotificationsForAccount.Builder>... budgetNotificationsForAccount)
A list of budget names and associated notifications for an account.
This is a convenience method that creates an instance of theBudgetNotificationsForAccount.Builder avoiding the need
to create one manually via
BudgetNotificationsForAccount.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #budgetNotificationsForAccount(List.
budgetNotificationsForAccount - a consumer that will call methods on
BudgetNotificationsForAccount.Builder#budgetNotificationsForAccount(java.util.Collection) DescribeBudgetNotificationsForAccountResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2023. All rights reserved.