public static interface DescribeNotificationsForBudgetRequest.Builder extends BudgetsRequest.Builder, CopyableBuilder<DescribeNotificationsForBudgetRequest.Builder,DescribeNotificationsForBudgetRequest>
Modifier and Type | Method and Description |
---|---|
DescribeNotificationsForBudgetRequest.Builder |
accountId(String accountId)
Sets the value of the AccountId property for this object.
|
DescribeNotificationsForBudgetRequest.Builder |
budgetName(String budgetName)
Sets the value of the BudgetName property for this object.
|
DescribeNotificationsForBudgetRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
DescribeNotificationsForBudgetRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeNotificationsForBudgetRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeNotificationsForBudgetRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
DescribeNotificationsForBudgetRequest.Builder accountId(String accountId)
accountId
- The new value for the AccountId property for this object.DescribeNotificationsForBudgetRequest.Builder budgetName(String budgetName)
budgetName
- The new value for the BudgetName property for this object.DescribeNotificationsForBudgetRequest.Builder maxResults(Integer maxResults)
maxResults
- The new value for the MaxResults property for this object.DescribeNotificationsForBudgetRequest.Builder nextToken(String nextToken)
nextToken
- The new value for the NextToken property for this object.DescribeNotificationsForBudgetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeNotificationsForBudgetRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.