Interface AlloydbClusterMaintenanceUpdatePolicyMaintenanceWindows
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlloydbClusterMaintenanceUpdatePolicyMaintenanceWindows.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.290Z") @Stability(Stable) public interface AlloydbClusterMaintenanceUpdatePolicyMaintenanceWindows extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlloydbClusterMaintenanceUpdatePolicyMaintenanceWindows.BuilderA builder forAlloydbClusterMaintenanceUpdatePolicyMaintenanceWindowsstatic classAlloydbClusterMaintenanceUpdatePolicyMaintenanceWindows.Jsii$ProxyAn implementation forAlloydbClusterMaintenanceUpdatePolicyMaintenanceWindows
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AlloydbClusterMaintenanceUpdatePolicyMaintenanceWindows.Builderbuilder()StringgetDay()Preferred day of the week for maintenance, e.g.AlloydbClusterMaintenanceUpdatePolicyMaintenanceWindowsStartTimegetStartTime()start_time block.
-
-
-
Method Detail
-
getDay
@Stability(Stable) @NotNull String getDay()
Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc. 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#day AlloydbCluster#day}
-
getStartTime
@Stability(Stable) @NotNull AlloydbClusterMaintenanceUpdatePolicyMaintenanceWindowsStartTime getStartTime()
start_time block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#start_time AlloydbCluster#start_time}
-
builder
@Stability(Stable) static AlloydbClusterMaintenanceUpdatePolicyMaintenanceWindows.Builder builder()
-
-