Uses of Class
com.hashicorp.cdktf.providers.google.billing_budget.BillingBudgetAmount.Builder
-
Packages that use BillingBudgetAmount.Builder Package Description com.hashicorp.cdktf.providers.google.billing_budget google_billing_budget -
-
Uses of BillingBudgetAmount.Builder in com.hashicorp.cdktf.providers.google.billing_budget
Methods in com.hashicorp.cdktf.providers.google.billing_budget that return BillingBudgetAmount.Builder Modifier and Type Method Description static BillingBudgetAmount.BuilderBillingBudgetAmount. builder()BillingBudgetAmount.BuilderBillingBudgetAmount.Builder. lastPeriodAmount(com.hashicorp.cdktf.IResolvable lastPeriodAmount)Sets the value ofBillingBudgetAmount.getLastPeriodAmount()BillingBudgetAmount.BuilderBillingBudgetAmount.Builder. lastPeriodAmount(Boolean lastPeriodAmount)Sets the value ofBillingBudgetAmount.getLastPeriodAmount()BillingBudgetAmount.BuilderBillingBudgetAmount.Builder. specifiedAmount(BillingBudgetAmountSpecifiedAmount specifiedAmount)Sets the value ofBillingBudgetAmount.getSpecifiedAmount()Constructors in com.hashicorp.cdktf.providers.google.billing_budget with parameters of type BillingBudgetAmount.Builder Constructor Description Jsii$Proxy(BillingBudgetAmount.Builder builder)Constructor that initializes the object based on literal property values passed by theBillingBudgetAmount.Builder.
-