Interface DescribeBudgetActionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BudgetsResponse.Builder,Buildable,CopyableBuilder<DescribeBudgetActionResponse.Builder,DescribeBudgetActionResponse>,SdkBuilder<DescribeBudgetActionResponse.Builder,DescribeBudgetActionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeBudgetActionResponse
public static interface DescribeBudgetActionResponse.Builder extends BudgetsResponse.Builder, SdkPojo, CopyableBuilder<DescribeBudgetActionResponse.Builder,DescribeBudgetActionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeBudgetActionResponse.BuilderaccountId(String accountId)Sets the value of the AccountId property for this object.default DescribeBudgetActionResponse.Builderaction(Consumer<Action.Builder> action)A budget action resource.DescribeBudgetActionResponse.Builderaction(Action action)A budget action resource.DescribeBudgetActionResponse.BuilderbudgetName(String budgetName)Sets the value of the BudgetName 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
-
accountId
DescribeBudgetActionResponse.Builder accountId(String accountId)
Sets the value of the AccountId property for this object.- Parameters:
accountId- The new value for the AccountId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
budgetName
DescribeBudgetActionResponse.Builder budgetName(String budgetName)
Sets the value of the BudgetName property for this object.- Parameters:
budgetName- The new value for the BudgetName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
DescribeBudgetActionResponse.Builder action(Action action)
A budget action resource.
- Parameters:
action- A budget action resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
default DescribeBudgetActionResponse.Builder action(Consumer<Action.Builder> action)
A budget action resource.
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 toaction(Action).- Parameters:
action- 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:
action(Action)
-
-