Class OsConfigPatchDeploymentPatchConfigPostStep.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentPatchConfigPostStep.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<OsConfigPatchDeploymentPatchConfigPostStep>
- Enclosing interface:
- OsConfigPatchDeploymentPatchConfigPostStep
@Stability(Stable) public static final class OsConfigPatchDeploymentPatchConfigPostStep.Builder extends Object implements software.amazon.jsii.Builder<OsConfigPatchDeploymentPatchConfigPostStep>
A builder forOsConfigPatchDeploymentPatchConfigPostStep
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OsConfigPatchDeploymentPatchConfigPostStepbuild()Builds the configured instance.OsConfigPatchDeploymentPatchConfigPostStep.BuilderlinuxExecStepConfig(OsConfigPatchDeploymentPatchConfigPostStepLinuxExecStepConfig linuxExecStepConfig)Sets the value ofOsConfigPatchDeploymentPatchConfigPostStep.getLinuxExecStepConfig()OsConfigPatchDeploymentPatchConfigPostStep.BuilderwindowsExecStepConfig(OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig windowsExecStepConfig)Sets the value ofOsConfigPatchDeploymentPatchConfigPostStep.getWindowsExecStepConfig()
-
-
-
Method Detail
-
linuxExecStepConfig
@Stability(Stable) public OsConfigPatchDeploymentPatchConfigPostStep.Builder linuxExecStepConfig(OsConfigPatchDeploymentPatchConfigPostStepLinuxExecStepConfig linuxExecStepConfig)
Sets the value ofOsConfigPatchDeploymentPatchConfigPostStep.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 OsConfigPatchDeploymentPatchConfigPostStep.Builder windowsExecStepConfig(OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig windowsExecStepConfig)
Sets the value ofOsConfigPatchDeploymentPatchConfigPostStep.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 OsConfigPatchDeploymentPatchConfigPostStep build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<OsConfigPatchDeploymentPatchConfigPostStep>- Returns:
- a new instance of
OsConfigPatchDeploymentPatchConfigPostStep - Throws:
NullPointerException- if any required attribute was not provided
-
-