Class BudgetsBudgetActionActionThreshold.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.budgets_budget_action.BudgetsBudgetActionActionThreshold.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BudgetsBudgetActionActionThreshold>
- Enclosing interface:
- BudgetsBudgetActionActionThreshold
@Stability(Stable) public static final class BudgetsBudgetActionActionThreshold.Builder extends Object implements software.amazon.jsii.Builder<BudgetsBudgetActionActionThreshold>
A builder forBudgetsBudgetActionActionThreshold
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BudgetsBudgetActionActionThreshold.BuilderactionThresholdType(String actionThresholdType)Sets the value ofBudgetsBudgetActionActionThreshold.getActionThresholdType()BudgetsBudgetActionActionThreshold.BuilderactionThresholdValue(Number actionThresholdValue)Sets the value ofBudgetsBudgetActionActionThreshold.getActionThresholdValue()BudgetsBudgetActionActionThresholdbuild()Builds the configured instance.
-
-
-
Method Detail
-
actionThresholdType
@Stability(Stable) public BudgetsBudgetActionActionThreshold.Builder actionThresholdType(String actionThresholdType)
Sets the value ofBudgetsBudgetActionActionThreshold.getActionThresholdType()- Parameters:
actionThresholdType- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#action_threshold_type BudgetsBudgetAction#action_threshold_type}. This parameter is required.- Returns:
this
-
actionThresholdValue
@Stability(Stable) public BudgetsBudgetActionActionThreshold.Builder actionThresholdValue(Number actionThresholdValue)
Sets the value ofBudgetsBudgetActionActionThreshold.getActionThresholdValue()- Parameters:
actionThresholdValue- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#action_threshold_value BudgetsBudgetAction#action_threshold_value}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public BudgetsBudgetActionActionThreshold build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BudgetsBudgetActionActionThreshold>- Returns:
- a new instance of
BudgetsBudgetActionActionThreshold - Throws:
NullPointerException- if any required attribute was not provided
-
-