Class OsConfigPatchDeploymentOneTimeSchedule.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentOneTimeSchedule.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<OsConfigPatchDeploymentOneTimeSchedule>
- Enclosing interface:
- OsConfigPatchDeploymentOneTimeSchedule
@Stability(Stable) public static final class OsConfigPatchDeploymentOneTimeSchedule.Builder extends Object implements software.amazon.jsii.Builder<OsConfigPatchDeploymentOneTimeSchedule>
A builder forOsConfigPatchDeploymentOneTimeSchedule
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OsConfigPatchDeploymentOneTimeSchedulebuild()Builds the configured instance.OsConfigPatchDeploymentOneTimeSchedule.BuilderexecuteTime(String executeTime)Sets the value ofOsConfigPatchDeploymentOneTimeSchedule.getExecuteTime()
-
-
-
Method Detail
-
executeTime
@Stability(Stable) public OsConfigPatchDeploymentOneTimeSchedule.Builder executeTime(String executeTime)
Sets the value ofOsConfigPatchDeploymentOneTimeSchedule.getExecuteTime()- Parameters:
executeTime- The desired patch job execution time. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z". This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#execute_time OsConfigPatchDeployment#execute_time}- Returns:
this
-
build
@Stability(Stable) public OsConfigPatchDeploymentOneTimeSchedule build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<OsConfigPatchDeploymentOneTimeSchedule>- Returns:
- a new instance of
OsConfigPatchDeploymentOneTimeSchedule - Throws:
NullPointerException- if any required attribute was not provided
-
-