Interface CfnCampaign.TimeRangeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaign.TimeRangeProperty.Jsii$Proxy
- Enclosing class:
CfnCampaign
@Stability(Stable)
public static interface CfnCampaign.TimeRangeProperty
extends software.amazon.jsii.JsiiSerializable
Time range in 24 hour format.
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.connectcampaignsv2.*;
TimeRangeProperty timeRangeProperty = TimeRangeProperty.builder()
.endTime("endTime")
.startTime("startTime")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaign.TimeRangePropertystatic final classAn implementation forCfnCampaign.TimeRangeProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Time in ISO 8601 format, e.g.Time in ISO 8601 format, e.g.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndTime
Time in ISO 8601 format, e.g. T23:11.- See Also:
-
getStartTime
Time in ISO 8601 format, e.g. T23:11.- See Also:
-
builder
-