Interface AlloydbClusterAutomatedBackupPolicyWeeklySchedule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlloydbClusterAutomatedBackupPolicyWeeklySchedule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.282Z") @Stability(Stable) public interface AlloydbClusterAutomatedBackupPolicyWeeklySchedule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlloydbClusterAutomatedBackupPolicyWeeklySchedule.BuilderA builder forAlloydbClusterAutomatedBackupPolicyWeeklySchedulestatic classAlloydbClusterAutomatedBackupPolicyWeeklySchedule.Jsii$ProxyAn implementation forAlloydbClusterAutomatedBackupPolicyWeeklySchedule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AlloydbClusterAutomatedBackupPolicyWeeklySchedule.Builderbuilder()default List<String>getDaysOfWeek()The days of the week to perform a backup.ObjectgetStartTimes()start_times block.
-
-
-
Method Detail
-
getStartTimes
@Stability(Stable) @NotNull Object getStartTimes()
start_times block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#start_times AlloydbCluster#start_times}
-
getDaysOfWeek
@Stability(Stable) @Nullable default List<String> getDaysOfWeek()
The days of the week to perform a backup.At least one day of the week must be provided. 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/alloydb_cluster#days_of_week AlloydbCluster#days_of_week}
-
builder
@Stability(Stable) static AlloydbClusterAutomatedBackupPolicyWeeklySchedule.Builder builder()
-
-