Interface StorageInsightsReportConfigFrequencyOptionsEndDate
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StorageInsightsReportConfigFrequencyOptionsEndDate.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.852Z") @Stability(Stable) public interface StorageInsightsReportConfigFrequencyOptionsEndDate extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageInsightsReportConfigFrequencyOptionsEndDate.BuilderA builder forStorageInsightsReportConfigFrequencyOptionsEndDatestatic classStorageInsightsReportConfigFrequencyOptionsEndDate.Jsii$ProxyAn implementation forStorageInsightsReportConfigFrequencyOptionsEndDate
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static StorageInsightsReportConfigFrequencyOptionsEndDate.Builderbuilder()NumbergetDay()The day of the month to stop generating inventory reports.NumbergetMonth()The month to stop generating inventory reports.NumbergetYear()The year to stop generating inventory reports.
-
-
-
Method Detail
-
getDay
@Stability(Stable) @NotNull Number getDay()
The day of the month to stop 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 stop 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 stop 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 StorageInsightsReportConfigFrequencyOptionsEndDate.Builder builder()
-
-