Class StorageInsightsReportConfigFrequencyOptionsStartDate.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.storage_insights_report_config.StorageInsightsReportConfigFrequencyOptionsStartDate.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<StorageInsightsReportConfigFrequencyOptionsStartDate>
- Enclosing interface:
- StorageInsightsReportConfigFrequencyOptionsStartDate
@Stability(Stable) public static final class StorageInsightsReportConfigFrequencyOptionsStartDate.Builder extends Object implements software.amazon.jsii.Builder<StorageInsightsReportConfigFrequencyOptionsStartDate>
A builder forStorageInsightsReportConfigFrequencyOptionsStartDate
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageInsightsReportConfigFrequencyOptionsStartDatebuild()Builds the configured instance.StorageInsightsReportConfigFrequencyOptionsStartDate.Builderday(Number day)Sets the value ofStorageInsightsReportConfigFrequencyOptionsStartDate.getDay()StorageInsightsReportConfigFrequencyOptionsStartDate.Buildermonth(Number month)Sets the value ofStorageInsightsReportConfigFrequencyOptionsStartDate.getMonth()StorageInsightsReportConfigFrequencyOptionsStartDate.Builderyear(Number year)Sets the value ofStorageInsightsReportConfigFrequencyOptionsStartDate.getYear()
-
-
-
Method Detail
-
day
@Stability(Stable) public StorageInsightsReportConfigFrequencyOptionsStartDate.Builder day(Number day)
Sets the value ofStorageInsightsReportConfigFrequencyOptionsStartDate.getDay()- Parameters:
day- The day of the month to start generating inventory reports. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#day StorageInsightsReportConfig#day}- Returns:
this
-
month
@Stability(Stable) public StorageInsightsReportConfigFrequencyOptionsStartDate.Builder month(Number month)
Sets the value ofStorageInsightsReportConfigFrequencyOptionsStartDate.getMonth()- Parameters:
month- The month to start generating inventory reports. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#month StorageInsightsReportConfig#month}- Returns:
this
-
year
@Stability(Stable) public StorageInsightsReportConfigFrequencyOptionsStartDate.Builder year(Number year)
Sets the value ofStorageInsightsReportConfigFrequencyOptionsStartDate.getYear()- Parameters:
year- The year to start generating inventory reports. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#year StorageInsightsReportConfig#year}- Returns:
this
-
build
@Stability(Stable) public StorageInsightsReportConfigFrequencyOptionsStartDate build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<StorageInsightsReportConfigFrequencyOptionsStartDate>- Returns:
- a new instance of
StorageInsightsReportConfigFrequencyOptionsStartDate - Throws:
NullPointerException- if any required attribute was not provided
-
-