Interface BillingBudgetBudgetFilterCustomPeriodStartDate
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BillingBudgetBudgetFilterCustomPeriodStartDate.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.821Z") @Stability(Stable) public interface BillingBudgetBudgetFilterCustomPeriodStartDate extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBillingBudgetBudgetFilterCustomPeriodStartDate.BuilderA builder forBillingBudgetBudgetFilterCustomPeriodStartDatestatic classBillingBudgetBudgetFilterCustomPeriodStartDate.Jsii$ProxyAn implementation forBillingBudgetBudgetFilterCustomPeriodStartDate
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BillingBudgetBudgetFilterCustomPeriodStartDate.Builderbuilder()NumbergetDay()Day of a month.NumbergetMonth()Month of a year.NumbergetYear()Year of the date.
-
-
-
Method Detail
-
getDay
@Stability(Stable) @NotNull Number getDay()
Day of a month. Must be from 1 to 31 and valid for the year and month.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#day BillingBudget#day}
-
getMonth
@Stability(Stable) @NotNull Number getMonth()
Month of a year. Must be from 1 to 12.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#month BillingBudget#month}
-
getYear
@Stability(Stable) @NotNull Number getYear()
Year of the date. Must be from 1 to 9999.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#year BillingBudget#year}
-
builder
@Stability(Stable) static BillingBudgetBudgetFilterCustomPeriodStartDate.Builder builder()
-
-