Interface LookerInstanceDenyMaintenancePeriodTime
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LookerInstanceDenyMaintenancePeriodTime.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.882Z") @Stability(Stable) public interface LookerInstanceDenyMaintenancePeriodTime extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLookerInstanceDenyMaintenancePeriodTime.BuilderA builder forLookerInstanceDenyMaintenancePeriodTimestatic classLookerInstanceDenyMaintenancePeriodTime.Jsii$ProxyAn implementation forLookerInstanceDenyMaintenancePeriodTime
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static LookerInstanceDenyMaintenancePeriodTime.Builderbuilder()default NumbergetHours()Hours of day in 24 hour format.default NumbergetMinutes()Minutes of hour of day.default NumbergetNanos()Fractions of seconds in nanoseconds.default NumbergetSeconds()Seconds of minutes of the time.
-
-
-
Method Detail
-
getHours
@Stability(Stable) @Nullable default Number getHours()
Hours of day in 24 hour format. Should be from 0 to 23.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#hours LookerInstance#hours}
-
getMinutes
@Stability(Stable) @Nullable default Number getMinutes()
Minutes of hour of day. Must be from 0 to 59.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#minutes LookerInstance#minutes}
-
getNanos
@Stability(Stable) @Nullable default Number getNanos()
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#nanos LookerInstance#nanos}
-
getSeconds
@Stability(Stable) @Nullable default Number getSeconds()
Seconds of minutes of the time. Must normally be from 0 to 59.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#seconds LookerInstance#seconds}
-
builder
@Stability(Stable) static LookerInstanceDenyMaintenancePeriodTime.Builder builder()
-
-