Class OsConfigPatchDeploymentRecurringScheduleWeekly.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentRecurringScheduleWeekly.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<OsConfigPatchDeploymentRecurringScheduleWeekly>
- Enclosing interface:
- OsConfigPatchDeploymentRecurringScheduleWeekly
@Stability(Stable) public static final class OsConfigPatchDeploymentRecurringScheduleWeekly.Builder extends Object implements software.amazon.jsii.Builder<OsConfigPatchDeploymentRecurringScheduleWeekly>
A builder forOsConfigPatchDeploymentRecurringScheduleWeekly
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OsConfigPatchDeploymentRecurringScheduleWeeklybuild()Builds the configured instance.OsConfigPatchDeploymentRecurringScheduleWeekly.BuilderdayOfWeek(String dayOfWeek)Sets the value ofOsConfigPatchDeploymentRecurringScheduleWeekly.getDayOfWeek()
-
-
-
Method Detail
-
dayOfWeek
@Stability(Stable) public OsConfigPatchDeploymentRecurringScheduleWeekly.Builder dayOfWeek(String dayOfWeek)
Sets the value ofOsConfigPatchDeploymentRecurringScheduleWeekly.getDayOfWeek()- Parameters:
dayOfWeek- IANA Time Zone Database time zone, e.g. "America/New_York". Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#day_of_week OsConfigPatchDeployment#day_of_week}- Returns:
this
-
build
@Stability(Stable) public OsConfigPatchDeploymentRecurringScheduleWeekly build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<OsConfigPatchDeploymentRecurringScheduleWeekly>- Returns:
- a new instance of
OsConfigPatchDeploymentRecurringScheduleWeekly - Throws:
NullPointerException- if any required attribute was not provided
-
-