Package com.pulumi.gcp.osconfig.outputs
Class PatchDeploymentPatchConfigPostStep.Builder
- java.lang.Object
-
- com.pulumi.gcp.osconfig.outputs.PatchDeploymentPatchConfigPostStep.Builder
-
- Enclosing class:
- PatchDeploymentPatchConfigPostStep
public static final class PatchDeploymentPatchConfigPostStep.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PatchDeploymentPatchConfigPostStep defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchDeploymentPatchConfigPostStep
build()
PatchDeploymentPatchConfigPostStep.Builder
linuxExecStepConfig(PatchDeploymentPatchConfigPostStepLinuxExecStepConfig linuxExecStepConfig)
PatchDeploymentPatchConfigPostStep.Builder
windowsExecStepConfig(PatchDeploymentPatchConfigPostStepWindowsExecStepConfig windowsExecStepConfig)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PatchDeploymentPatchConfigPostStep defaults)
-
-
Method Detail
-
linuxExecStepConfig
public PatchDeploymentPatchConfigPostStep.Builder linuxExecStepConfig(@Nullable PatchDeploymentPatchConfigPostStepLinuxExecStepConfig linuxExecStepConfig)
-
windowsExecStepConfig
public PatchDeploymentPatchConfigPostStep.Builder windowsExecStepConfig(@Nullable PatchDeploymentPatchConfigPostStepWindowsExecStepConfig windowsExecStepConfig)
-
build
public PatchDeploymentPatchConfigPostStep build()
-
-