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