public static interface DescribeBudgetActionsForBudgetResponse.Builder extends BudgetsResponse.Builder, SdkPojo, CopyableBuilder<DescribeBudgetActionsForBudgetResponse.Builder,DescribeBudgetActionsForBudgetResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetActionsForBudgetResponse.Builder |
actions(Action... actions)
A list of the budget action resources information.
|
DescribeBudgetActionsForBudgetResponse.Builder |
actions(Collection<Action> actions)
A list of the budget action resources information.
|
DescribeBudgetActionsForBudgetResponse.Builder |
actions(Consumer<Action.Builder>... actions)
A list of the budget action resources information.
|
DescribeBudgetActionsForBudgetResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBudgetActionsForBudgetResponse.Builder actions(Collection<Action> actions)
A list of the budget action resources information.
actions - A list of the budget action resources information.DescribeBudgetActionsForBudgetResponse.Builder actions(Action... actions)
A list of the budget action resources information.
actions - A list of the budget action resources information.DescribeBudgetActionsForBudgetResponse.Builder actions(Consumer<Action.Builder>... actions)
A list of the budget action resources information.
This is a convenience method that creates an instance of theAction.Builder avoiding the need to create one manually
via Action.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #actions(List.
actions - a consumer that will call methods on
Action.Builder#actions(java.util.Collection) DescribeBudgetActionsForBudgetResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2023. All rights reserved.