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