Class OsConfigPatchDeploymentRecurringScheduleTimeOfDay.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentRecurringScheduleTimeOfDay.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<OsConfigPatchDeploymentRecurringScheduleTimeOfDay>
- Enclosing interface:
- OsConfigPatchDeploymentRecurringScheduleTimeOfDay
@Stability(Stable) public static final class OsConfigPatchDeploymentRecurringScheduleTimeOfDay.Builder extends Object implements software.amazon.jsii.Builder<OsConfigPatchDeploymentRecurringScheduleTimeOfDay>
A builder forOsConfigPatchDeploymentRecurringScheduleTimeOfDay
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OsConfigPatchDeploymentRecurringScheduleTimeOfDaybuild()Builds the configured instance.OsConfigPatchDeploymentRecurringScheduleTimeOfDay.Builderhours(Number hours)Sets the value ofOsConfigPatchDeploymentRecurringScheduleTimeOfDay.getHours()OsConfigPatchDeploymentRecurringScheduleTimeOfDay.Builderminutes(Number minutes)Sets the value ofOsConfigPatchDeploymentRecurringScheduleTimeOfDay.getMinutes()OsConfigPatchDeploymentRecurringScheduleTimeOfDay.Buildernanos(Number nanos)Sets the value ofOsConfigPatchDeploymentRecurringScheduleTimeOfDay.getNanos()OsConfigPatchDeploymentRecurringScheduleTimeOfDay.Builderseconds(Number seconds)Sets the value ofOsConfigPatchDeploymentRecurringScheduleTimeOfDay.getSeconds()
-
-
-
Method Detail
-
hours
@Stability(Stable) public OsConfigPatchDeploymentRecurringScheduleTimeOfDay.Builder hours(Number hours)
Sets the value ofOsConfigPatchDeploymentRecurringScheduleTimeOfDay.getHours()- Parameters:
hours- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#hours OsConfigPatchDeployment#hours}- Returns:
this
-
minutes
@Stability(Stable) public OsConfigPatchDeploymentRecurringScheduleTimeOfDay.Builder minutes(Number minutes)
Sets the value ofOsConfigPatchDeploymentRecurringScheduleTimeOfDay.getMinutes()- Parameters:
minutes- Minutes of hour of day. Must be from 0 to 59. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#minutes OsConfigPatchDeployment#minutes}- Returns:
this
-
nanos
@Stability(Stable) public OsConfigPatchDeploymentRecurringScheduleTimeOfDay.Builder nanos(Number nanos)
Sets the value ofOsConfigPatchDeploymentRecurringScheduleTimeOfDay.getNanos()- Parameters:
nanos- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#nanos OsConfigPatchDeployment#nanos}- Returns:
this
-
seconds
@Stability(Stable) public OsConfigPatchDeploymentRecurringScheduleTimeOfDay.Builder seconds(Number seconds)
Sets the value ofOsConfigPatchDeploymentRecurringScheduleTimeOfDay.getSeconds()- Parameters:
seconds- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#seconds OsConfigPatchDeployment#seconds}- Returns:
this
-
build
@Stability(Stable) public OsConfigPatchDeploymentRecurringScheduleTimeOfDay build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<OsConfigPatchDeploymentRecurringScheduleTimeOfDay>- Returns:
- a new instance of
OsConfigPatchDeploymentRecurringScheduleTimeOfDay - Throws:
NullPointerException- if any required attribute was not provided
-
-