Uses of Class
com.hashicorp.cdktf.providers.google.billing_budget.BillingBudgetThresholdRules.Builder
-
Packages that use BillingBudgetThresholdRules.Builder Package Description com.hashicorp.cdktf.providers.google.billing_budget google_billing_budget -
-
Uses of BillingBudgetThresholdRules.Builder in com.hashicorp.cdktf.providers.google.billing_budget
Methods in com.hashicorp.cdktf.providers.google.billing_budget that return BillingBudgetThresholdRules.Builder Modifier and Type Method Description static BillingBudgetThresholdRules.BuilderBillingBudgetThresholdRules. builder()BillingBudgetThresholdRules.BuilderBillingBudgetThresholdRules.Builder. spendBasis(String spendBasis)Sets the value ofBillingBudgetThresholdRules.getSpendBasis()BillingBudgetThresholdRules.BuilderBillingBudgetThresholdRules.Builder. thresholdPercent(Number thresholdPercent)Sets the value ofBillingBudgetThresholdRules.getThresholdPercent()Constructors in com.hashicorp.cdktf.providers.google.billing_budget with parameters of type BillingBudgetThresholdRules.Builder Constructor Description Jsii$Proxy(BillingBudgetThresholdRules.Builder builder)Constructor that initializes the object based on literal property values passed by theBillingBudgetThresholdRules.Builder.
-