Package com.pulumi.gcp.osconfig.outputs
Class PatchDeploymentOneTimeSchedule.Builder
- java.lang.Object
-
- com.pulumi.gcp.osconfig.outputs.PatchDeploymentOneTimeSchedule.Builder
-
- Enclosing class:
- PatchDeploymentOneTimeSchedule
public static final class PatchDeploymentOneTimeSchedule.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PatchDeploymentOneTimeSchedule defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchDeploymentOneTimeSchedule
build()
PatchDeploymentOneTimeSchedule.Builder
executeTime(java.lang.String executeTime)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PatchDeploymentOneTimeSchedule defaults)
-
-
Method Detail
-
executeTime
public PatchDeploymentOneTimeSchedule.Builder executeTime(java.lang.String executeTime)
-
build
public PatchDeploymentOneTimeSchedule build()
-
-