Class OsConfigPatchDeploymentPatchConfigPreStep.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentPatchConfigPreStep.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<OsConfigPatchDeploymentPatchConfigPreStep>
- Enclosing interface:
- OsConfigPatchDeploymentPatchConfigPreStep
@Stability(Stable) public static final class OsConfigPatchDeploymentPatchConfigPreStep.Builder extends Object implements software.amazon.jsii.Builder<OsConfigPatchDeploymentPatchConfigPreStep>
A builder forOsConfigPatchDeploymentPatchConfigPreStep
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OsConfigPatchDeploymentPatchConfigPreStepbuild()Builds the configured instance.OsConfigPatchDeploymentPatchConfigPreStep.BuilderlinuxExecStepConfig(OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfig linuxExecStepConfig)Sets the value ofOsConfigPatchDeploymentPatchConfigPreStep.getLinuxExecStepConfig()OsConfigPatchDeploymentPatchConfigPreStep.BuilderwindowsExecStepConfig(OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig windowsExecStepConfig)Sets the value ofOsConfigPatchDeploymentPatchConfigPreStep.getWindowsExecStepConfig()
-
-
-
Method Detail
-
linuxExecStepConfig
@Stability(Stable) public OsConfigPatchDeploymentPatchConfigPreStep.Builder linuxExecStepConfig(OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfig linuxExecStepConfig)
Sets the value ofOsConfigPatchDeploymentPatchConfigPreStep.getLinuxExecStepConfig()- Parameters:
linuxExecStepConfig- linux_exec_step_config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#linux_exec_step_config OsConfigPatchDeployment#linux_exec_step_config}- Returns:
this
-
windowsExecStepConfig
@Stability(Stable) public OsConfigPatchDeploymentPatchConfigPreStep.Builder windowsExecStepConfig(OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig windowsExecStepConfig)
Sets the value ofOsConfigPatchDeploymentPatchConfigPreStep.getWindowsExecStepConfig()- Parameters:
windowsExecStepConfig- windows_exec_step_config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#windows_exec_step_config OsConfigPatchDeployment#windows_exec_step_config}- Returns:
this
-
build
@Stability(Stable) public OsConfigPatchDeploymentPatchConfigPreStep build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<OsConfigPatchDeploymentPatchConfigPreStep>- Returns:
- a new instance of
OsConfigPatchDeploymentPatchConfigPreStep - Throws:
NullPointerException- if any required attribute was not provided
-
-