Package com.pulumi.gcp.storage.outputs
Class InsightsReportConfigFrequencyOptionsEndDate.Builder
- java.lang.Object
-
- com.pulumi.gcp.storage.outputs.InsightsReportConfigFrequencyOptionsEndDate.Builder
-
- Enclosing class:
- InsightsReportConfigFrequencyOptionsEndDate
public static final class InsightsReportConfigFrequencyOptionsEndDate.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(InsightsReportConfigFrequencyOptionsEndDate defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightsReportConfigFrequencyOptionsEndDate
build()
InsightsReportConfigFrequencyOptionsEndDate.Builder
day(java.lang.Integer day)
InsightsReportConfigFrequencyOptionsEndDate.Builder
month(java.lang.Integer month)
InsightsReportConfigFrequencyOptionsEndDate.Builder
year(java.lang.Integer year)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(InsightsReportConfigFrequencyOptionsEndDate defaults)
-
-
Method Detail
-
day
public InsightsReportConfigFrequencyOptionsEndDate.Builder day(java.lang.Integer day)
-
month
public InsightsReportConfigFrequencyOptionsEndDate.Builder month(java.lang.Integer month)
-
year
public InsightsReportConfigFrequencyOptionsEndDate.Builder year(java.lang.Integer year)
-
build
public InsightsReportConfigFrequencyOptionsEndDate build()
-
-