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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeBudgetNotificationsForAccountResponse.BuilderbudgetNotificationsForAccount(Collection<BudgetNotificationsForAccount> budgetNotificationsForAccount)A list of budget names and associated notifications for an account.DescribeBudgetNotificationsForAccountResponse.BuilderbudgetNotificationsForAccount(Consumer<BudgetNotificationsForAccount.Builder>... budgetNotificationsForAccount)A list of budget names and associated notifications for an account.DescribeBudgetNotificationsForAccountResponse.BuilderbudgetNotificationsForAccount(BudgetNotificationsForAccount... budgetNotificationsForAccount)A list of budget names and associated notifications for an account.DescribeBudgetNotificationsForAccountResponse.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.-
Methods inherited from interface software.amazon.awssdk.services.budgets.model.BudgetsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 to#budgetNotificationsForAccount(List.) - 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:
#budgetNotificationsForAccount(java.util.Collection)
-
nextToken
DescribeBudgetNotificationsForAccountResponse.Builder nextToken(String 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.
-
-