Interface StorageInsightsReportConfigFrequencyOptionsStartDate
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StorageInsightsReportConfigFrequencyOptionsStartDate.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.853Z") @Stability(Stable) public interface StorageInsightsReportConfigFrequencyOptionsStartDate extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageInsightsReportConfigFrequencyOptionsStartDate.BuilderA builder forStorageInsightsReportConfigFrequencyOptionsStartDatestatic classStorageInsightsReportConfigFrequencyOptionsStartDate.Jsii$ProxyAn implementation forStorageInsightsReportConfigFrequencyOptionsStartDate
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static StorageInsightsReportConfigFrequencyOptionsStartDate.Builderbuilder()NumbergetDay()The day of the month to start generating inventory reports.NumbergetMonth()The month to start generating inventory reports.NumbergetYear()The year to start generating inventory reports.
-
-
-
Method Detail
-
getDay
@Stability(Stable) @NotNull Number getDay()
The day of the month to start generating inventory reports.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#day StorageInsightsReportConfig#day}
-
getMonth
@Stability(Stable) @NotNull Number getMonth()
The month to start generating inventory reports.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#month StorageInsightsReportConfig#month}
-
getYear
@Stability(Stable) @NotNull Number getYear()
The year to start generating inventory reports.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#year StorageInsightsReportConfig#year}
-
builder
@Stability(Stable) static StorageInsightsReportConfigFrequencyOptionsStartDate.Builder builder()
-
-