Uses of Class
com.hashicorp.cdktf.providers.google.billing_budget.BillingBudgetAmountSpecifiedAmount.Builder
-
Packages that use BillingBudgetAmountSpecifiedAmount.Builder Package Description com.hashicorp.cdktf.providers.google.billing_budget google_billing_budget -
-
Uses of BillingBudgetAmountSpecifiedAmount.Builder in com.hashicorp.cdktf.providers.google.billing_budget
Methods in com.hashicorp.cdktf.providers.google.billing_budget that return BillingBudgetAmountSpecifiedAmount.Builder Modifier and Type Method Description static BillingBudgetAmountSpecifiedAmount.BuilderBillingBudgetAmountSpecifiedAmount. builder()BillingBudgetAmountSpecifiedAmount.BuilderBillingBudgetAmountSpecifiedAmount.Builder. currencyCode(String currencyCode)Sets the value ofBillingBudgetAmountSpecifiedAmount.getCurrencyCode()BillingBudgetAmountSpecifiedAmount.BuilderBillingBudgetAmountSpecifiedAmount.Builder. nanos(Number nanos)Sets the value ofBillingBudgetAmountSpecifiedAmount.getNanos()BillingBudgetAmountSpecifiedAmount.BuilderBillingBudgetAmountSpecifiedAmount.Builder. units(String units)Sets the value ofBillingBudgetAmountSpecifiedAmount.getUnits()Constructors in com.hashicorp.cdktf.providers.google.billing_budget with parameters of type BillingBudgetAmountSpecifiedAmount.Builder Constructor Description Jsii$Proxy(BillingBudgetAmountSpecifiedAmount.Builder builder)Constructor that initializes the object based on literal property values passed by theBillingBudgetAmountSpecifiedAmount.Builder.
-