Interface DescribeBudgetActionsForAccountResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BudgetsResponse.Builder
,Buildable
,CopyableBuilder<DescribeBudgetActionsForAccountResponse.Builder,
,DescribeBudgetActionsForAccountResponse> SdkBuilder<DescribeBudgetActionsForAccountResponse.Builder,
,DescribeBudgetActionsForAccountResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeBudgetActionsForAccountResponse
public static interface DescribeBudgetActionsForAccountResponse.Builder
extends BudgetsResponse.Builder, SdkPojo, CopyableBuilder<DescribeBudgetActionsForAccountResponse.Builder,DescribeBudgetActionsForAccountResponse>
-
Method Summary
Modifier and TypeMethodDescriptionactions
(Collection<Action> actions) A list of the budget action resources information.actions
(Consumer<Action.Builder>... actions) A list of the budget action resources information.A list of the budget action resources information.Sets the value of the NextToken property for this object.Methods inherited from interface software.amazon.awssdk.services.budgets.model.BudgetsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
actions
A list of the budget action resources information.
- Parameters:
actions
- A list of the budget action resources information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
A list of the budget action resources information.
- Parameters:
actions
- A list of the budget action resources information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaAction.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toactions(List<Action>)
.- Parameters:
actions
- a consumer that will call methods onAction.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Sets the value of the NextToken property for this object.- Parameters:
nextToken
- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-