Class GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gke_backup_backup_plan.GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek>
- Enclosing interface:
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek
@Stability(Stable) public static final class GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek.Builder extends Object implements software.amazon.jsii.Builder<GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeekbuild()Builds the configured instance.GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek.BuilderdaysOfWeek(List<String> daysOfWeek)
-
-
-
Method Detail
-
daysOfWeek
@Stability(Stable) public GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek.Builder daysOfWeek(List<String> daysOfWeek)
Sets the value ofGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek.getDaysOfWeek()- Parameters:
daysOfWeek- A list of days of week. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#days_of_week GkeBackupBackupPlan#days_of_week}- Returns:
this
-
build
@Stability(Stable) public GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek>- Returns:
- a new instance of
GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek - Throws:
NullPointerException- if any required attribute was not provided
-
-