Interface DescribeBudgetActionsForBudgetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BudgetsResponse.Builder,Buildable,CopyableBuilder<DescribeBudgetActionsForBudgetResponse.Builder,DescribeBudgetActionsForBudgetResponse>,SdkBuilder<DescribeBudgetActionsForBudgetResponse.Builder,DescribeBudgetActionsForBudgetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeBudgetActionsForBudgetResponse
public static interface DescribeBudgetActionsForBudgetResponse.Builder extends BudgetsResponse.Builder, SdkPojo, CopyableBuilder<DescribeBudgetActionsForBudgetResponse.Builder,DescribeBudgetActionsForBudgetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeBudgetActionsForBudgetResponse.Builderactions(Collection<Action> actions)A list of the budget action resources information.DescribeBudgetActionsForBudgetResponse.Builderactions(Consumer<Action.Builder>... actions)A list of the budget action resources information.DescribeBudgetActionsForBudgetResponse.Builderactions(Action... actions)A list of the budget action resources information.DescribeBudgetActionsForBudgetResponse.BuildernextToken(String nextToken)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
actions
DescribeBudgetActionsForBudgetResponse.Builder actions(Collection<Action> 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
DescribeBudgetActionsForBudgetResponse.Builder actions(Action... 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
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.Builderavoiding the need to create one manually viaAction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#actions(List.) - 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:
#actions(java.util.Collection)
-
nextToken
DescribeBudgetActionsForBudgetResponse.Builder nextToken(String 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.
-
-