Interface DataprocMetastoreServiceMaintenanceWindow

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    DataprocMetastoreServiceMaintenanceWindow.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:20.774Z")
    @Stability(Stable)
    public interface DataprocMetastoreServiceMaintenanceWindow
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getDayOfWeek

        @Stability(Stable)
        @NotNull
        String getDayOfWeek()
        The day of week, when the window starts. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#day_of_week DataprocMetastoreService#day_of_week}

      • getHourOfDay

        @Stability(Stable)
        @NotNull
        Number getHourOfDay()
        The hour of day (0-23) when the window starts.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#hour_of_day DataprocMetastoreService#hour_of_day}