Interface DescribeBudgetNotificationsForAccountRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BudgetsRequest.Builder,Buildable,CopyableBuilder<DescribeBudgetNotificationsForAccountRequest.Builder,DescribeBudgetNotificationsForAccountRequest>,SdkBuilder<DescribeBudgetNotificationsForAccountRequest.Builder,DescribeBudgetNotificationsForAccountRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeBudgetNotificationsForAccountRequest
public static interface DescribeBudgetNotificationsForAccountRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeBudgetNotificationsForAccountRequest.Builder,DescribeBudgetNotificationsForAccountRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeBudgetNotificationsForAccountRequest.BuilderaccountId(String accountId)Sets the value of the AccountId property for this object.DescribeBudgetNotificationsForAccountRequest.BuildermaxResults(Integer maxResults)An integer that represents how many budgets a paginated response contains.DescribeBudgetNotificationsForAccountRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.DescribeBudgetNotificationsForAccountRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeBudgetNotificationsForAccountRequest.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
DescribeBudgetNotificationsForAccountRequest.Builder accountId(String accountId)
Sets the value of the AccountId property for this object.- Parameters:
accountId- The new value for the AccountId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeBudgetNotificationsForAccountRequest.Builder maxResults(Integer maxResults)
An integer that represents how many budgets a paginated response contains. The default is 50.
- Parameters:
maxResults- An integer that represents how many budgets a paginated response contains. The default is 50.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeBudgetNotificationsForAccountRequest.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.
-
overrideConfiguration
DescribeBudgetNotificationsForAccountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeBudgetNotificationsForAccountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-