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 descriptions of. |
DescribeBudgetsRequest.Builder |
maxResults(Integer maxResults)
An optional integer that represents how many entries 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 descriptions of.
accountId - The accountId that is associated with the budgets that you want descriptions of.DescribeBudgetsRequest.Builder maxResults(Integer maxResults)
An optional integer that represents how many entries a paginated response contains. The maximum is 100.
maxResults - An optional integer that represents how many entries a paginated response contains. The maximum 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.