public static interface DescribeNotificationsForBudgetRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeNotificationsForBudgetRequest.Builder,DescribeNotificationsForBudgetRequest>
Modifier and Type | Method and Description |
---|---|
DescribeNotificationsForBudgetRequest.Builder |
accountId(String accountId)
The
accountId that is associated with the budget whose notifications you want descriptions of. |
DescribeNotificationsForBudgetRequest.Builder |
budgetName(String budgetName)
The name of the budget whose notifications you want descriptions of.
|
DescribeNotificationsForBudgetRequest.Builder |
maxResults(Integer maxResults)
An optional integer that represents how many entries a paginated response contains.
|
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.
|
DescribeNotificationsForBudgetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeNotificationsForBudgetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeNotificationsForBudgetRequest.Builder accountId(String accountId)
The accountId
that is associated with the budget whose notifications you want descriptions of.
accountId
- The accountId
that is associated with the budget whose notifications you want
descriptions of.DescribeNotificationsForBudgetRequest.Builder budgetName(String budgetName)
The name of the budget whose notifications you want descriptions of.
budgetName
- The name of the budget whose notifications you want descriptions of.DescribeNotificationsForBudgetRequest.Builder maxResults(Integer maxResults)
An optional integer that represents how many entries a paginated response contains. The maximum is 100.
maxResults
- An optional integer that represents how many entries a paginated response contains. The maximum is
100.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.
nextToken
- The pagination token that you include in your request to indicate the next set of results that you
want to retrieve.DescribeNotificationsForBudgetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeNotificationsForBudgetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.