public static interface DescribeBudgetsRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeBudgetsRequest.Builder,DescribeBudgetsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetsRequest.Builder |
accountId(String accountId)
The
accountId that is associated with the budgets that you want to describe. |
DescribeBudgetsRequest.Builder |
maxResults(Integer maxResults)
An integer that represents how many budgets a paginated response contains.
|
DescribeBudgetsRequest.Builder |
nextToken(String nextToken)
The pagination token that you include in your request to indicate the next set of results that you want to
retrieve.
|
DescribeBudgetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeBudgetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBudgetsRequest.Builder accountId(String accountId)
The accountId that is associated with the budgets that you want to describe.
accountId - The accountId that is associated with the budgets that you want to describe.DescribeBudgetsRequest.Builder maxResults(Integer maxResults)
An integer that represents how many budgets a paginated response contains. The default is 100.
maxResults - An integer that represents how many budgets a paginated response contains. The default is 100.DescribeBudgetsRequest.Builder nextToken(String nextToken)
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
nextToken - The pagination token that you include in your request to indicate the next set of results that you
want to retrieve.DescribeBudgetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeBudgetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.