public static final class DescribeCostBudgetsSummaryRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCostBudgetsSummaryRequest.Builder |
budgetName(String budgetName)
The name of the budget.
|
DescribeCostBudgetsSummaryRequest.Builder |
budgetStatus(String budgetStatus)
The status of the budget.
|
DescribeCostBudgetsSummaryRequest.Builder |
budgetType(String budgetType)
The type of the budget.
|
DescribeCostBudgetsSummaryRequest |
build() |
DescribeCostBudgetsSummaryRequest.Builder |
maxResults(Integer maxResults)
The number of entries to return on each page.
|
DescribeCostBudgetsSummaryRequest.Builder |
nextToken(String nextToken)
The position in which the query starts.
|
public DescribeCostBudgetsSummaryRequest.Builder budgetName(String budgetName)
The name of the budget. Fuzzy match is supported.
example:Annual budget
public DescribeCostBudgetsSummaryRequest.Builder budgetStatus(String budgetStatus)
The status of the budget. Valid values: overdue and notOverdue. A value of overdue specifies to filter expired budgets. A value of notOverdue specifies to filter budgets that do not expire. By default, if you do not specify this parameter, information about all budgets is to be returned.
example:notOverdue
public DescribeCostBudgetsSummaryRequest.Builder budgetType(String budgetType)
The type of the budget. Valid values: cost, byquantity, and asset. A value of cost specifies to filter expense budgets. A value of byquantity specifies to filter budgets calculated based on the resource usage. A value of asset specifies to filter usage or coverage budgets. By default, information about all budgets is returned if you do not specify this parameter.
example:cost
public DescribeCostBudgetsSummaryRequest.Builder maxResults(Integer maxResults)
The number of entries to return on each page. Default value: 10. Maximum value: 10. Minimum value: 1.
example:5
public DescribeCostBudgetsSummaryRequest.Builder nextToken(String nextToken)
The position in which the query starts. You must set this parameter to null or the token that is obtained from the previous query. Otherwise, an error is returned. If you set the NextToken parameter to null, the query starts from the beginning. The default value is null.
example:eyJwYWdlTnVtIjoyLCJwYWdlU2l6ZSI6NH0=
public DescribeCostBudgetsSummaryRequest build()
Copyright © 2026. All rights reserved.