public static interface DescribeBudgetRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeBudgetRequest.Builder,DescribeBudgetRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetRequest.Builder |
accountId(String accountId)
The
accountId that is associated with the budget that you want a description of. |
DescribeBudgetRequest.Builder |
budgetName(String budgetName)
The name of the budget that you want a description of.
|
DescribeBudgetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeBudgetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeBudgetRequest.Builder accountId(String accountId)
The accountId that is associated with the budget that you want a description of.
accountId - The accountId that is associated with the budget that you want a description of.DescribeBudgetRequest.Builder budgetName(String budgetName)
The name of the budget that you want a description of.
budgetName - The name of the budget that you want a description of.DescribeBudgetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeBudgetRequest.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.