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) |
DeleteBudgetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDeleteBudgetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.