Interface ComputeNodeGroupMaintenanceWindow
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeNodeGroupMaintenanceWindow.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.627Z") @Stability(Stable) public interface ComputeNodeGroupMaintenanceWindow extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeNodeGroupMaintenanceWindow.BuilderA builder forComputeNodeGroupMaintenanceWindowstatic classComputeNodeGroupMaintenanceWindow.Jsii$ProxyAn implementation forComputeNodeGroupMaintenanceWindow
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeNodeGroupMaintenanceWindow.Builderbuilder()StringgetStartTime()instances.start time of the window.
-
-
-
Method Detail
-
getStartTime
@Stability(Stable) @NotNull String getStartTime()
instances.start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#start_time ComputeNodeGroup#start_time}
-
builder
@Stability(Stable) static ComputeNodeGroupMaintenanceWindow.Builder builder()
-
-