Class OsConfigPatchDeploymentRecurringScheduleTimeZone.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentRecurringScheduleTimeZone.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<OsConfigPatchDeploymentRecurringScheduleTimeZone>
- Enclosing interface:
- OsConfigPatchDeploymentRecurringScheduleTimeZone
@Stability(Stable) public static final class OsConfigPatchDeploymentRecurringScheduleTimeZone.Builder extends Object implements software.amazon.jsii.Builder<OsConfigPatchDeploymentRecurringScheduleTimeZone>
A builder forOsConfigPatchDeploymentRecurringScheduleTimeZone
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OsConfigPatchDeploymentRecurringScheduleTimeZonebuild()Builds the configured instance.OsConfigPatchDeploymentRecurringScheduleTimeZone.Builderid(String id)Sets the value ofOsConfigPatchDeploymentRecurringScheduleTimeZone.getId()OsConfigPatchDeploymentRecurringScheduleTimeZone.Builderversion(String version)Sets the value ofOsConfigPatchDeploymentRecurringScheduleTimeZone.getVersion()
-
-
-
Method Detail
-
id
@Stability(Stable) public OsConfigPatchDeploymentRecurringScheduleTimeZone.Builder id(String id)
Sets the value ofOsConfigPatchDeploymentRecurringScheduleTimeZone.getId()- Parameters:
id- IANA Time Zone Database time zone, e.g. "America/New_York". 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#id OsConfigPatchDeployment#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
version
@Stability(Stable) public OsConfigPatchDeploymentRecurringScheduleTimeZone.Builder version(String version)
Sets the value ofOsConfigPatchDeploymentRecurringScheduleTimeZone.getVersion()- Parameters:
version- IANA Time Zone Database version number, e.g. "2019a". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#version OsConfigPatchDeployment#version}- Returns:
this
-
build
@Stability(Stable) public OsConfigPatchDeploymentRecurringScheduleTimeZone build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<OsConfigPatchDeploymentRecurringScheduleTimeZone>- Returns:
- a new instance of
OsConfigPatchDeploymentRecurringScheduleTimeZone - Throws:
NullPointerException- if any required attribute was not provided
-
-