Interface CfnCampaignPropsMixin.DailyHourProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaignPropsMixin.DailyHourProperty.Jsii$Proxy
- Enclosing class:
CfnCampaignPropsMixin
@Stability(Stable)
public static interface CfnCampaignPropsMixin.DailyHourProperty
extends software.amazon.jsii.JsiiSerializable
The daily hours configuration.
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.*;
DailyHourProperty dailyHourProperty = DailyHourProperty.builder()
.key("key")
.value(List.of(TimeRangeProperty.builder()
.endTime("endTime")
.startTime("startTime")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaignPropsMixin.DailyHourPropertystatic final classAn implementation forCfnCampaignPropsMixin.DailyHourProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The key for DailyHour.- See Also:
-
getValue
The value for DailyHour.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCampaignPropsMixin.TimeRangeProperty>- See Also:
-
builder
-