Class BillingBudgetBudgetFilterCustomPeriodStartDate.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.billing_budget.BillingBudgetBudgetFilterCustomPeriodStartDate.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BillingBudgetBudgetFilterCustomPeriodStartDate>
- Enclosing interface:
- BillingBudgetBudgetFilterCustomPeriodStartDate
@Stability(Stable) public static final class BillingBudgetBudgetFilterCustomPeriodStartDate.Builder extends Object implements software.amazon.jsii.Builder<BillingBudgetBudgetFilterCustomPeriodStartDate>
A builder forBillingBudgetBudgetFilterCustomPeriodStartDate
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingBudgetBudgetFilterCustomPeriodStartDatebuild()Builds the configured instance.BillingBudgetBudgetFilterCustomPeriodStartDate.Builderday(Number day)Sets the value ofBillingBudgetBudgetFilterCustomPeriodStartDate.getDay()BillingBudgetBudgetFilterCustomPeriodStartDate.Buildermonth(Number month)Sets the value ofBillingBudgetBudgetFilterCustomPeriodStartDate.getMonth()BillingBudgetBudgetFilterCustomPeriodStartDate.Builderyear(Number year)Sets the value ofBillingBudgetBudgetFilterCustomPeriodStartDate.getYear()
-
-
-
Method Detail
-
day
@Stability(Stable) public BillingBudgetBudgetFilterCustomPeriodStartDate.Builder day(Number day)
Sets the value ofBillingBudgetBudgetFilterCustomPeriodStartDate.getDay()- Parameters:
day- Day of a month. Must be from 1 to 31 and valid for the year and month. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#day BillingBudget#day}- Returns:
this
-
month
@Stability(Stable) public BillingBudgetBudgetFilterCustomPeriodStartDate.Builder month(Number month)
Sets the value ofBillingBudgetBudgetFilterCustomPeriodStartDate.getMonth()- Parameters:
month- Month of a year. Must be from 1 to 12. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#month BillingBudget#month}- Returns:
this
-
year
@Stability(Stable) public BillingBudgetBudgetFilterCustomPeriodStartDate.Builder year(Number year)
Sets the value ofBillingBudgetBudgetFilterCustomPeriodStartDate.getYear()- Parameters:
year- Year of the date. Must be from 1 to 9999. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#year BillingBudget#year}- Returns:
this
-
build
@Stability(Stable) public BillingBudgetBudgetFilterCustomPeriodStartDate build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BillingBudgetBudgetFilterCustomPeriodStartDate>- Returns:
- a new instance of
BillingBudgetBudgetFilterCustomPeriodStartDate - Throws:
NullPointerException- if any required attribute was not provided
-
-