Package com.pulumi.gcp.osconfig.outputs
Class PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder
- java.lang.Object
-
- com.pulumi.gcp.osconfig.outputs.PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder
-
- Enclosing class:
- PatchDeploymentPatchConfigPostStepWindowsExecStepConfig
public static final class PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PatchDeploymentPatchConfigPostStepWindowsExecStepConfig defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder
allowedSuccessCodes(java.lang.Integer... allowedSuccessCodes)
PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder
allowedSuccessCodes(java.util.List<java.lang.Integer> allowedSuccessCodes)
PatchDeploymentPatchConfigPostStepWindowsExecStepConfig
build()
PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder
gcsObject(PatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject gcsObject)
PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder
interpreter(java.lang.String interpreter)
PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder
localPath(java.lang.String localPath)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PatchDeploymentPatchConfigPostStepWindowsExecStepConfig defaults)
-
-
Method Detail
-
allowedSuccessCodes
public PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder allowedSuccessCodes(@Nullable java.util.List<java.lang.Integer> allowedSuccessCodes)
-
allowedSuccessCodes
public PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder allowedSuccessCodes(java.lang.Integer... allowedSuccessCodes)
-
gcsObject
public PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder gcsObject(@Nullable PatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject gcsObject)
-
interpreter
public PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder interpreter(@Nullable java.lang.String interpreter)
-
localPath
public PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder localPath(@Nullable java.lang.String localPath)
-
build
public PatchDeploymentPatchConfigPostStepWindowsExecStepConfig build()
-
-