Class EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.edgecontainer_cluster.EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<EdgecontainerClusterMaintenancePolicyWindowRecurringWindow>
- Enclosing interface:
- EdgecontainerClusterMaintenancePolicyWindowRecurringWindow
@Stability(Stable) public static final class EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Builder extends Object implements software.amazon.jsii.Builder<EdgecontainerClusterMaintenancePolicyWindowRecurringWindow>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgecontainerClusterMaintenancePolicyWindowRecurringWindowbuild()Builds the configured instance.EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Builderrecurrence(String recurrence)EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Builderwindow(EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow window)Sets the value ofEdgecontainerClusterMaintenancePolicyWindowRecurringWindow.getWindow()
-
-
-
Method Detail
-
recurrence
@Stability(Stable) public EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Builder recurrence(String recurrence)
- Parameters:
recurrence- 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}- Returns:
this
-
window
@Stability(Stable) public EdgecontainerClusterMaintenancePolicyWindowRecurringWindow.Builder window(EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow window)
Sets the value ofEdgecontainerClusterMaintenancePolicyWindowRecurringWindow.getWindow()- Parameters:
window- window block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#window EdgecontainerCluster#window}- Returns:
this
-
build
@Stability(Stable) public EdgecontainerClusterMaintenancePolicyWindowRecurringWindow build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EdgecontainerClusterMaintenancePolicyWindowRecurringWindow>- Returns:
- a new instance of
EdgecontainerClusterMaintenancePolicyWindowRecurringWindow - Throws:
NullPointerException- if any required attribute was not provided
-
-