Class BudgetsActionReference.Builder
java.lang.Object
software.amazon.awscdk.services.budgets.BudgetsActionReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<BudgetsActionReference>
- Enclosing interface:
BudgetsActionReference
@Stability(Stable)
public static final class BudgetsActionReference.Builder
extends Object
implements software.amazon.jsii.Builder<BudgetsActionReference>
A builder for
BudgetsActionReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofBudgetsActionReference.getActionId()
budgetName
(String budgetName) Sets the value ofBudgetsActionReference.getBudgetName()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actionId
Sets the value ofBudgetsActionReference.getActionId()
- Parameters:
actionId
- The ActionId of the BudgetsAction resource. This parameter is required.- Returns:
this
-
budgetName
Sets the value ofBudgetsActionReference.getBudgetName()
- Parameters:
budgetName
- The BudgetName of the BudgetsAction resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<BudgetsActionReference>
- Returns:
- a new instance of
BudgetsActionReference
- Throws:
NullPointerException
- if any required attribute was not provided
-