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