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
Modifier and TypeMethodDescriptionTheaccountId
that is associated with the budget whose notifications you want descriptions of.budgetName
(String budgetName) The name of the budget whose notifications you want descriptions of.maxResults
(Integer maxResults) An optional integer that represents how many entries a paginated response contains.The pagination token that you include in your request to indicate the next set of results that you want to retrieve.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFields
-
Method Details
-
accountId
The
accountId
that is associated with the budget whose notifications you want descriptions of.- Parameters:
accountId
- TheaccountId
that 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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeNotificationsForBudgetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-