Class LookerInstanceMaintenanceWindow.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.looker_instance.LookerInstanceMaintenanceWindow.Jsii$Proxy
-
- All Implemented Interfaces:
LookerInstanceMaintenanceWindow,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LookerInstanceMaintenanceWindow
@Stability(Stable) @Internal public static final class LookerInstanceMaintenanceWindow.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LookerInstanceMaintenanceWindow
An implementation forLookerInstanceMaintenanceWindow
-
-
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.looker_instance.LookerInstanceMaintenanceWindow
LookerInstanceMaintenanceWindow.Builder, LookerInstanceMaintenanceWindow.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LookerInstanceMaintenanceWindow.Builder builder)Constructor that initializes the object based on literal property values passed by theLookerInstanceMaintenanceWindow.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()Required.LookerInstanceMaintenanceWindowStartTimegetStartTime()start_time block.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(LookerInstanceMaintenanceWindow.Builder builder)
Constructor that initializes the object based on literal property values passed by theLookerInstanceMaintenanceWindow.Builder.
-
-
Method Detail
-
getDayOfWeek
public final String getDayOfWeek()
Description copied from interface:LookerInstanceMaintenanceWindowRequired. Day of the week for this MaintenanceWindow (in UTC).* MONDAY: Monday * TUESDAY: Tuesday * WEDNESDAY: Wednesday * THURSDAY: Thursday * FRIDAY: Friday * SATURDAY: Saturday * SUNDAY: Sunday 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/looker_instance#day_of_week LookerInstance#day_of_week}
- Specified by:
getDayOfWeekin interfaceLookerInstanceMaintenanceWindow
-
getStartTime
public final LookerInstanceMaintenanceWindowStartTime getStartTime()
Description copied from interface:LookerInstanceMaintenanceWindowstart_time block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#start_time LookerInstance#start_time}
- Specified by:
getStartTimein interfaceLookerInstanceMaintenanceWindow
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-