Interface GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.279Z") @Stability(Stable) public interface GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek.Builderstatic classGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek.Jsii$ProxyAn implementation forGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek.Builderbuilder()default List<String>getDaysOfWeek()A list of days of week.
-
-
-
Method Detail
-
getDaysOfWeek
@Stability(Stable) @Nullable default List<String> getDaysOfWeek()
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}
-
builder
@Stability(Stable) static GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek.Builder builder()
-
-