Class LookerInstanceMaintenanceWindow.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.looker_instance.LookerInstanceMaintenanceWindow.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<LookerInstanceMaintenanceWindow>
- Enclosing interface:
- LookerInstanceMaintenanceWindow
@Stability(Stable) public static final class LookerInstanceMaintenanceWindow.Builder extends Object implements software.amazon.jsii.Builder<LookerInstanceMaintenanceWindow>
A builder forLookerInstanceMaintenanceWindow
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LookerInstanceMaintenanceWindowbuild()Builds the configured instance.LookerInstanceMaintenanceWindow.BuilderdayOfWeek(String dayOfWeek)Sets the value ofLookerInstanceMaintenanceWindow.getDayOfWeek()LookerInstanceMaintenanceWindow.BuilderstartTime(LookerInstanceMaintenanceWindowStartTime startTime)Sets the value ofLookerInstanceMaintenanceWindow.getStartTime()
-
-
-
Method Detail
-
dayOfWeek
@Stability(Stable) public LookerInstanceMaintenanceWindow.Builder dayOfWeek(String dayOfWeek)
Sets the value ofLookerInstanceMaintenanceWindow.getDayOfWeek()- Parameters:
dayOfWeek- Required. Day of the week for this MaintenanceWindow (in UTC). This parameter is required. * 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}- Returns:
this
-
startTime
@Stability(Stable) public LookerInstanceMaintenanceWindow.Builder startTime(LookerInstanceMaintenanceWindowStartTime startTime)
Sets the value ofLookerInstanceMaintenanceWindow.getStartTime()- Parameters:
startTime- start_time block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#start_time LookerInstance#start_time}- Returns:
this
-
build
@Stability(Stable) public LookerInstanceMaintenanceWindow build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LookerInstanceMaintenanceWindow>- Returns:
- a new instance of
LookerInstanceMaintenanceWindow - Throws:
NullPointerException- if any required attribute was not provided
-
-