public static interface DeleteBudgetRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DeleteBudgetRequest.Builder,DeleteBudgetRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBudgetRequest.Builder |
accountId(String accountId)
The
accountId that is associated with the budget that you want to delete. |
DeleteBudgetRequest.Builder |
budgetName(String budgetName)
The name of the budget that you want to delete.
|
DeleteBudgetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteBudgetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteBudgetRequest.Builder accountId(String accountId)
The accountId that is associated with the budget that you want to delete.
accountId - The accountId that is associated with the budget that you want to delete.DeleteBudgetRequest.Builder budgetName(String budgetName)
The name of the budget that you want to delete.
budgetName - The name of the budget that you want to delete.DeleteBudgetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteBudgetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.