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