Package com.pulumi.gcp.osconfig.inputs
Class PatchDeploymentPatchConfigPostStepArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.osconfig.inputs.PatchDeploymentPatchConfigPostStepArgs.Builder
-
- Enclosing class:
- PatchDeploymentPatchConfigPostStepArgs
public static final class PatchDeploymentPatchConfigPostStepArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PatchDeploymentPatchConfigPostStepArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchDeploymentPatchConfigPostStepArgs
build()
PatchDeploymentPatchConfigPostStepArgs.Builder
linuxExecStepConfig(com.pulumi.core.Output<PatchDeploymentPatchConfigPostStepLinuxExecStepConfigArgs> linuxExecStepConfig)
PatchDeploymentPatchConfigPostStepArgs.Builder
linuxExecStepConfig(PatchDeploymentPatchConfigPostStepLinuxExecStepConfigArgs linuxExecStepConfig)
PatchDeploymentPatchConfigPostStepArgs.Builder
windowsExecStepConfig(com.pulumi.core.Output<PatchDeploymentPatchConfigPostStepWindowsExecStepConfigArgs> windowsExecStepConfig)
PatchDeploymentPatchConfigPostStepArgs.Builder
windowsExecStepConfig(PatchDeploymentPatchConfigPostStepWindowsExecStepConfigArgs windowsExecStepConfig)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PatchDeploymentPatchConfigPostStepArgs defaults)
-
-
Method Detail
-
linuxExecStepConfig
public PatchDeploymentPatchConfigPostStepArgs.Builder linuxExecStepConfig(@Nullable com.pulumi.core.Output<PatchDeploymentPatchConfigPostStepLinuxExecStepConfigArgs> linuxExecStepConfig)
- Parameters:
linuxExecStepConfig
- The ExecStepConfig for all Linux VMs targeted by the PatchJob. Structure is documented below.- Returns:
- builder
-
linuxExecStepConfig
public PatchDeploymentPatchConfigPostStepArgs.Builder linuxExecStepConfig(PatchDeploymentPatchConfigPostStepLinuxExecStepConfigArgs linuxExecStepConfig)
- Parameters:
linuxExecStepConfig
- The ExecStepConfig for all Linux VMs targeted by the PatchJob. Structure is documented below.- Returns:
- builder
-
windowsExecStepConfig
public PatchDeploymentPatchConfigPostStepArgs.Builder windowsExecStepConfig(@Nullable com.pulumi.core.Output<PatchDeploymentPatchConfigPostStepWindowsExecStepConfigArgs> windowsExecStepConfig)
- Parameters:
windowsExecStepConfig
- The ExecStepConfig for all Windows VMs targeted by the PatchJob. Structure is documented below.- Returns:
- builder
-
windowsExecStepConfig
public PatchDeploymentPatchConfigPostStepArgs.Builder windowsExecStepConfig(PatchDeploymentPatchConfigPostStepWindowsExecStepConfigArgs windowsExecStepConfig)
- Parameters:
windowsExecStepConfig
- The ExecStepConfig for all Windows VMs targeted by the PatchJob. Structure is documented below.- Returns:
- builder
-
build
public PatchDeploymentPatchConfigPostStepArgs build()
-
-