Interface CfnRotation.CoverageTimeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRotation.CoverageTimeProperty.Jsii$Proxy
- Enclosing class:
CfnRotation
@Stability(Stable)
public static interface CfnRotation.CoverageTimeProperty
extends software.amazon.jsii.JsiiSerializable
Information about when an on-call shift begins and ends.
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.*;
CoverageTimeProperty coverageTimeProperty = CoverageTimeProperty.builder()
.endTime("endTime")
.startTime("startTime")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRotation.CoverageTimePropertystatic final classAn implementation forCfnRotation.CoverageTimeProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Information about when an on-call rotation shift ends.Information about when an on-call rotation shift begins.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndTime
Information about when an on-call rotation shift ends.- See Also:
-
getStartTime
Information about when an on-call rotation shift begins.- See Also:
-
builder
-