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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRotation.CoverageTimeProperty
static final class
An 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. -
getStartTime
Information about when an on-call rotation shift begins. -
builder
-