public static interface UpdateBudgetActionResponse.Builder extends BudgetsResponse.Builder, SdkPojo, CopyableBuilder<UpdateBudgetActionResponse.Builder,UpdateBudgetActionResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateBudgetActionResponse.Builder |
accountId(String accountId)
Sets the value of the AccountId property for this object.
|
UpdateBudgetActionResponse.Builder |
budgetName(String budgetName)
Sets the value of the BudgetName property for this object.
|
UpdateBudgetActionResponse.Builder |
newAction(Action newAction)
The updated action resource information.
|
default UpdateBudgetActionResponse.Builder |
newAction(Consumer<Action.Builder> newAction)
The updated action resource information.
|
UpdateBudgetActionResponse.Builder |
oldAction(Action oldAction)
The previous action resource information.
|
default UpdateBudgetActionResponse.Builder |
oldAction(Consumer<Action.Builder> oldAction)
The previous action resource information.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBudgetActionResponse.Builder accountId(String accountId)
accountId - The new value for the AccountId property for this object.UpdateBudgetActionResponse.Builder budgetName(String budgetName)
budgetName - The new value for the BudgetName property for this object.UpdateBudgetActionResponse.Builder oldAction(Action oldAction)
The previous action resource information.
oldAction - The previous action resource information.default UpdateBudgetActionResponse.Builder oldAction(Consumer<Action.Builder> oldAction)
The previous action resource 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 oldAction(Action).
oldAction - a consumer that will call methods on Action.BuilderoldAction(Action)UpdateBudgetActionResponse.Builder newAction(Action newAction)
The updated action resource information.
newAction - The updated action resource information.default UpdateBudgetActionResponse.Builder newAction(Consumer<Action.Builder> newAction)
The updated action resource 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 newAction(Action).
newAction - a consumer that will call methods on Action.BuildernewAction(Action)Copyright © 2023. All rights reserved.