Interface CfnHoursOfOperation.OverrideTimeSliceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnHoursOfOperation.OverrideTimeSliceProperty.Jsii$Proxy
- Enclosing class:
CfnHoursOfOperation
@Stability(Stable)
public static interface CfnHoursOfOperation.OverrideTimeSliceProperty
extends software.amazon.jsii.JsiiSerializable
The start time or end time for an an hours of operation override.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.connect.*; OverrideTimeSliceProperty overrideTimeSliceProperty = OverrideTimeSliceProperty.builder() .hours(123) .minutes(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnHoursOfOperation.OverrideTimeSliceProperty
static final class
An implementation forCfnHoursOfOperation.OverrideTimeSliceProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHours
The hours.- See Also:
-
getMinutes
The minutes.- See Also:
-
builder
-