Class BillingBudgetAmount.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • lastPeriodAmount

        @Stability(Stable)
        public BillingBudgetAmount.Builder lastPeriodAmount​(Boolean lastPeriodAmount)
        Parameters:
        lastPeriodAmount - Configures a budget amount that is automatically set to 100% of last period's spend. Boolean. Set value to true to use. Do not set to false, instead use the 'specified_amount' block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#last_period_amount BillingBudget#last_period_amount}
        Returns:
        this
      • lastPeriodAmount

        @Stability(Stable)
        public BillingBudgetAmount.Builder lastPeriodAmount​(com.hashicorp.cdktf.IResolvable lastPeriodAmount)
        Parameters:
        lastPeriodAmount - Configures a budget amount that is automatically set to 100% of last period's spend. Boolean. Set value to true to use. Do not set to false, instead use the 'specified_amount' block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#last_period_amount BillingBudget#last_period_amount}
        Returns:
        this