Interface CfnCampaignPropsMixin.TimeRangeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaignPropsMixin.TimeRangeProperty.Jsii$Proxy
- Enclosing class:
CfnCampaignPropsMixin
@Stability(Stable)
public static interface CfnCampaignPropsMixin.TimeRangeProperty
extends software.amazon.jsii.JsiiSerializable
Contains information about a time range.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connectcampaignsv2.*;
TimeRangeProperty timeRangeProperty = TimeRangeProperty.builder()
.endTime("endTime")
.startTime("startTime")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaignPropsMixin.TimeRangePropertystatic final classAn implementation forCfnCampaignPropsMixin.TimeRangeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndTime
The end time of the time range.- See Also:
-
getStartTime
The start time of the time range.- See Also:
-
builder
-