Interface DescribeNotificationsForBudgetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BudgetsRequest.Builder,Buildable,CopyableBuilder<DescribeNotificationsForBudgetRequest.Builder,DescribeNotificationsForBudgetRequest>,SdkBuilder<DescribeNotificationsForBudgetRequest.Builder,DescribeNotificationsForBudgetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeNotificationsForBudgetRequest
public static interface DescribeNotificationsForBudgetRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeNotificationsForBudgetRequest.Builder,DescribeNotificationsForBudgetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeNotificationsForBudgetRequest.BuilderaccountId(String accountId)TheaccountIdthat is associated with the budget whose notifications you want descriptions of.DescribeNotificationsForBudgetRequest.BuilderbudgetName(String budgetName)The name of the budget whose notifications you want descriptions of.DescribeNotificationsForBudgetRequest.BuildermaxResults(Integer maxResults)An optional integer that represents how many entries a paginated response contains.DescribeNotificationsForBudgetRequest.BuildernextToken(String nextToken)The pagination token that you include in your request to indicate the next set of results that you want to retrieve.DescribeNotificationsForBudgetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeNotificationsForBudgetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.budgets.model.BudgetsRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
accountId
DescribeNotificationsForBudgetRequest.Builder accountId(String accountId)
The
accountIdthat is associated with the budget whose notifications you want descriptions of.- Parameters:
accountId- TheaccountIdthat is associated with the budget whose notifications you want descriptions of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
budgetName
DescribeNotificationsForBudgetRequest.Builder budgetName(String budgetName)
The name of the budget whose notifications you want descriptions of.
- Parameters:
budgetName- The name of the budget whose notifications you want descriptions of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeNotificationsForBudgetRequest.Builder maxResults(Integer maxResults)
An optional integer that represents how many entries a paginated response contains.
- Parameters:
maxResults- An optional integer that represents how many entries a paginated response contains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeNotificationsForBudgetRequest.Builder nextToken(String nextToken)
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
- Parameters:
nextToken- The pagination token that you include in your request to indicate the next set of results that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeNotificationsForBudgetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeNotificationsForBudgetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-