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
    • 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}