Interface DescribeBudgetNotificationsForAccountResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,BudgetsResponse.Builder,Buildable,CopyableBuilder<DescribeBudgetNotificationsForAccountResponse.Builder,,DescribeBudgetNotificationsForAccountResponse> SdkBuilder<DescribeBudgetNotificationsForAccountResponse.Builder,,DescribeBudgetNotificationsForAccountResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeBudgetNotificationsForAccountResponse
public static interface DescribeBudgetNotificationsForAccountResponse.Builder
extends BudgetsResponse.Builder, SdkPojo, CopyableBuilder<DescribeBudgetNotificationsForAccountResponse.Builder,DescribeBudgetNotificationsForAccountResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionbudgetNotificationsForAccount(Collection<BudgetNotificationsForAccount> budgetNotificationsForAccount) A list of budget names and associated notifications for an account.budgetNotificationsForAccount(Consumer<BudgetNotificationsForAccount.Builder>... budgetNotificationsForAccount) A list of budget names and associated notifications for an account.budgetNotificationsForAccount(BudgetNotificationsForAccount... budgetNotificationsForAccount) A list of budget names and associated notifications for an account.Sets the value of the NextToken property for this object.Methods inherited from interface software.amazon.awssdk.services.budgets.model.BudgetsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
budgetNotificationsForAccount
DescribeBudgetNotificationsForAccountResponse.Builder budgetNotificationsForAccount(Collection<BudgetNotificationsForAccount> budgetNotificationsForAccount) A list of budget names and associated notifications for an account.
- Parameters:
 budgetNotificationsForAccount- A list of budget names and associated notifications for an account.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
budgetNotificationsForAccount
DescribeBudgetNotificationsForAccountResponse.Builder budgetNotificationsForAccount(BudgetNotificationsForAccount... budgetNotificationsForAccount) A list of budget names and associated notifications for an account.
- Parameters:
 budgetNotificationsForAccount- A list of budget names and associated notifications for an account.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
budgetNotificationsForAccount
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.Builderavoiding the need to create one manually viaBudgetNotificationsForAccount.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobudgetNotificationsForAccount(List<BudgetNotificationsForAccount>).- Parameters:
 budgetNotificationsForAccount- a consumer that will call methods onBudgetNotificationsForAccount.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
Sets the value of the NextToken property for this object.- Parameters:
 nextToken- The new value for the NextToken property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -