Interface EdgecontainerClusterMaintenancePolicyWindowRecurringWindow
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.134Z") @Stability(Stable) public interface EdgecontainerClusterMaintenancePolicyWindowRecurringWindow extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Builderstatic classEdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Jsii$ProxyAn implementation forEdgecontainerClusterMaintenancePolicyWindowRecurringWindow
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Builderbuilder()default StringgetRecurrence()An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window recurs.default EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindowgetWindow()window block.
-
-
-
Method Detail
-
getRecurrence
@Stability(Stable) @Nullable default String getRecurrence()
An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window recurs. They go on for the span of time between the start and end time.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#recurrence EdgecontainerCluster#recurrence}
-
getWindow
@Stability(Stable) @Nullable default EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow getWindow()
window block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#window EdgecontainerCluster#window}
-
builder
@Stability(Stable) static EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Builder builder()
-
-