public static interface ListBudgetsForResourceResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ListBudgetsForResourceResponse.Builder,ListBudgetsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBudgetsForResourceResponse.Builder |
budgets(BudgetDetail... budgets)
Information about the associated budgets.
|
ListBudgetsForResourceResponse.Builder |
budgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
ListBudgetsForResourceResponse.Builder |
budgets(Consumer<BudgetDetail.Builder>... budgets)
Information about the associated budgets.
|
ListBudgetsForResourceResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBudgetsForResourceResponse.Builder budgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
budgets - Information about the associated budgets.ListBudgetsForResourceResponse.Builder budgets(BudgetDetail... budgets)
Information about the associated budgets.
budgets - Information about the associated budgets.ListBudgetsForResourceResponse.Builder budgets(Consumer<BudgetDetail.Builder>... budgets)
Information about the associated budgets.
This is a convenience method that creates an instance of theBudgetDetail.Builder avoiding the need to create
one manually via BudgetDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #budgets(List.
budgets - a consumer that will call methods on
BudgetDetail.Builder#budgets(java.util.Collection) ListBudgetsForResourceResponse.Builder nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this
value is null.Copyright © 2023. All rights reserved.