Class DataprocMetastoreServiceMaintenanceWindow.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_metastore_service.DataprocMetastoreServiceMaintenanceWindow.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocMetastoreServiceMaintenanceWindow,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocMetastoreServiceMaintenanceWindow
@Stability(Stable) @Internal public static final class DataprocMetastoreServiceMaintenanceWindow.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocMetastoreServiceMaintenanceWindow
An implementation forDataprocMetastoreServiceMaintenanceWindow
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dataproc_metastore_service.DataprocMetastoreServiceMaintenanceWindow
DataprocMetastoreServiceMaintenanceWindow.Builder, DataprocMetastoreServiceMaintenanceWindow.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocMetastoreServiceMaintenanceWindow.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocMetastoreServiceMaintenanceWindow.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetDayOfWeek()The day of week, when the window starts.NumbergetHourOfDay()The hour of day (0-23) when the window starts.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataprocMetastoreServiceMaintenanceWindow.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocMetastoreServiceMaintenanceWindow.Builder.
-
-
Method Detail
-
getDayOfWeek
public final String getDayOfWeek()
Description copied from interface:DataprocMetastoreServiceMaintenanceWindowThe 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}
- Specified by:
getDayOfWeekin interfaceDataprocMetastoreServiceMaintenanceWindow
-
getHourOfDay
public final Number getHourOfDay()
Description copied from interface:DataprocMetastoreServiceMaintenanceWindowThe 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}
- Specified by:
getHourOfDayin interfaceDataprocMetastoreServiceMaintenanceWindow
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-