Class GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gke_backup_backup_plan.GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate>
- Enclosing interface:
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate
@Stability(Stable) public static final class GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.Builder extends Object implements software.amazon.jsii.Builder<GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDatebuild()Builds the configured instance.GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.Builderday(Number day)GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.Buildermonth(Number month)GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.Builderyear(Number year)
-
-
-
Method Detail
-
day
@Stability(Stable) public GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.Builder day(Number day)
Sets the value ofGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.getDay()- Parameters:
day- Day of a month. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#day GkeBackupBackupPlan#day}- Returns:
this
-
month
@Stability(Stable) public GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.Builder month(Number month)
Sets the value ofGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.getMonth()- Parameters:
month- Month of a year. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#month GkeBackupBackupPlan#month}- Returns:
this
-
year
@Stability(Stable) public GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.Builder year(Number year)
Sets the value ofGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.getYear()- Parameters:
year- Year of the date. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#year GkeBackupBackupPlan#year}- Returns:
this
-
build
@Stability(Stable) public GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate>- Returns:
- a new instance of
GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate - Throws:
NullPointerException- if any required attribute was not provided
-
-