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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocMetastoreServiceMaintenanceWindow.BuilderA builder forDataprocMetastoreServiceMaintenanceWindowstatic classDataprocMetastoreServiceMaintenanceWindow.Jsii$ProxyAn implementation forDataprocMetastoreServiceMaintenanceWindow
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataprocMetastoreServiceMaintenanceWindow.Builderbuilder()StringgetDayOfWeek()The day of week, when the window starts.NumbergetHourOfDay()The hour of day (0-23) when the window starts.
-
-
-
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}
-
builder
@Stability(Stable) static DataprocMetastoreServiceMaintenanceWindow.Builder builder()
-
-