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