Class EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.edgecontainer_cluster.EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow>
- Enclosing interface:
- EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow
@Stability(Stable) public static final class EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow.Builder extends Object implements software.amazon.jsii.Builder<EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindowbuild()Builds the configured instance.EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow.BuilderendTime(String endTime)EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow.BuilderstartTime(String startTime)
-
-
-
Method Detail
-
endTime
@Stability(Stable) public EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow.Builder endTime(String endTime)
- Parameters:
endTime- The time that the window ends. The end time must take place after the start time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#end_time EdgecontainerCluster#end_time}- Returns:
this
-
startTime
@Stability(Stable) public EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow.Builder startTime(String startTime)
- Parameters:
startTime- The time that the window first starts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#start_time EdgecontainerCluster#start_time}- Returns:
this
-
build
@Stability(Stable) public EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow>- Returns:
- a new instance of
EdgecontainerClusterMaintenancePolicyWindowRecurringWindowWindow - Throws:
NullPointerException- if any required attribute was not provided
-
-