Interface CfnHoursOfOperation.RecurrencePatternProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnHoursOfOperation.RecurrencePatternProperty.Jsii$Proxy
- Enclosing class:
CfnHoursOfOperation
@Stability(Stable)
public static interface CfnHoursOfOperation.RecurrencePatternProperty
extends software.amazon.jsii.JsiiSerializable
Pattern for recurring hours of operation overrides.
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.*;
RecurrencePatternProperty recurrencePatternProperty = RecurrencePatternProperty.builder()
.byMonth(List.of(123))
.byMonthDay(List.of(123))
.byWeekdayOccurrence(List.of(123))
.frequency("frequency")
.interval(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnHoursOfOperation.RecurrencePatternPropertystatic final classAn implementation forCfnHoursOfOperation.RecurrencePatternProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getByMonth
List of months (1-12) for recurrence pattern.Returns union: either Listinvalid input: '<'
Number> orIResolvable- See Also:
-
getByMonthDay
List of month days (-1 to 31) for recurrence pattern.Returns union: either Listinvalid input: '<'
Number> orIResolvable- See Also:
-
getByWeekdayOccurrence
- See Also:
-
getFrequency
The frequency of recurrence for hours of operation overrides.- See Also:
-
getInterval
- See Also:
-
builder
-