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