Interface StorageTransferJobScheduleStartTimeOfDay
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StorageTransferJobScheduleStartTimeOfDay.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.882Z") @Stability(Stable) public interface StorageTransferJobScheduleStartTimeOfDay extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageTransferJobScheduleStartTimeOfDay.BuilderA builder forStorageTransferJobScheduleStartTimeOfDaystatic classStorageTransferJobScheduleStartTimeOfDay.Jsii$ProxyAn implementation forStorageTransferJobScheduleStartTimeOfDay
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static StorageTransferJobScheduleStartTimeOfDay.Builderbuilder()NumbergetHours()Hours of day in 24 hour format.NumbergetMinutes()Minutes of hour of day.NumbergetNanos()Fractions of seconds in nanoseconds.NumbergetSeconds()Seconds of minutes of the time.
-
-
-
Method Detail
-
getHours
@Stability(Stable) @NotNull Number getHours()
Hours of day in 24 hour format. Should be from 0 to 23.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#hours StorageTransferJob#hours}
-
getMinutes
@Stability(Stable) @NotNull Number getMinutes()
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/storage_transfer_job#minutes StorageTransferJob#minutes}
-
getNanos
@Stability(Stable) @NotNull Number getNanos()
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/storage_transfer_job#nanos StorageTransferJob#nanos}
-
getSeconds
@Stability(Stable) @NotNull Number getSeconds()
Seconds of minutes of the time. Must normally be from 0 to 59.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#seconds StorageTransferJob#seconds}
-
builder
@Stability(Stable) static StorageTransferJobScheduleStartTimeOfDay.Builder builder()
-
-