Class OsConfigPatchDeploymentPatchConfigGoo.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentPatchConfigGoo.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<OsConfigPatchDeploymentPatchConfigGoo>
- Enclosing interface:
- OsConfigPatchDeploymentPatchConfigGoo
@Stability(Stable) public static final class OsConfigPatchDeploymentPatchConfigGoo.Builder extends Object implements software.amazon.jsii.Builder<OsConfigPatchDeploymentPatchConfigGoo>
A builder forOsConfigPatchDeploymentPatchConfigGoo
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OsConfigPatchDeploymentPatchConfigGoobuild()Builds the configured instance.OsConfigPatchDeploymentPatchConfigGoo.Builderenabled(com.hashicorp.cdktf.IResolvable enabled)Sets the value ofOsConfigPatchDeploymentPatchConfigGoo.getEnabled()OsConfigPatchDeploymentPatchConfigGoo.Builderenabled(Boolean enabled)Sets the value ofOsConfigPatchDeploymentPatchConfigGoo.getEnabled()
-
-
-
Method Detail
-
enabled
@Stability(Stable) public OsConfigPatchDeploymentPatchConfigGoo.Builder enabled(Boolean enabled)
Sets the value ofOsConfigPatchDeploymentPatchConfigGoo.getEnabled()- Parameters:
enabled- goo update settings. Use this setting to override the default goo patch rules. 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#enabled OsConfigPatchDeployment#enabled}- Returns:
this
-
enabled
@Stability(Stable) public OsConfigPatchDeploymentPatchConfigGoo.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
Sets the value ofOsConfigPatchDeploymentPatchConfigGoo.getEnabled()- Parameters:
enabled- goo update settings. Use this setting to override the default goo patch rules. 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#enabled OsConfigPatchDeployment#enabled}- Returns:
this
-
build
@Stability(Stable) public OsConfigPatchDeploymentPatchConfigGoo build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<OsConfigPatchDeploymentPatchConfigGoo>- Returns:
- a new instance of
OsConfigPatchDeploymentPatchConfigGoo - Throws:
NullPointerException- if any required attribute was not provided
-
-