Interface CfnRotation.WeeklySettingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRotation.WeeklySettingProperty.Jsii$Proxy
- Enclosing class:
CfnRotation
@Stability(Stable)
public static interface CfnRotation.WeeklySettingProperty
extends software.amazon.jsii.JsiiSerializable
Information about rotations that recur weekly.
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.ssmcontacts.*; WeeklySettingProperty weeklySettingProperty = WeeklySettingProperty.builder() .dayOfWeek("dayOfWeek") .handOffTime("handOffTime") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRotation.WeeklySettingProperty
static final class
An implementation forCfnRotation.WeeklySettingProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The day of the week when weekly recurring on-call shift rotations begins.The time of day when a weekly recurring on-call shift rotation begins.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDayOfWeek
The day of the week when weekly recurring on-call shift rotations begins.- See Also:
-
getHandOffTime
The time of day when a weekly recurring on-call shift rotation begins.- See Also:
-
builder
-