Interface CfnPrefetchSchedule.PrefetchConsumptionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPrefetchSchedule.PrefetchConsumptionProperty.Jsii$Proxy
- Enclosing class:
CfnPrefetchSchedule
@Stability(Stable)
public static interface CfnPrefetchSchedule.PrefetchConsumptionProperty
extends software.amazon.jsii.JsiiSerializable
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.mediatailor.*;
PrefetchConsumptionProperty prefetchConsumptionProperty = PrefetchConsumptionProperty.builder()
.endTime("endTime")
// the properties below are optional
.availMatchingCriteria(List.of(AvailMatchingCriteriaProperty.builder()
.dynamicVariable("dynamicVariable")
.operator("operator")
.build()))
.startTime("startTime")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPrefetchSchedule.PrefetchConsumptionPropertystatic final classAn implementation forCfnPrefetchSchedule.PrefetchConsumptionProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectIf you only want MediaTailor to insert prefetched ads into avails that match specific dynamic variables, set the avail matching criteria.The time when MediaTailor no longer considers the prefetched ads for use in an ad break, as an ISO 8601 date-time.default StringThe time when prefetched ads are considered for use in an ad break, as an ISO 8601 date-time.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndTime
The time when MediaTailor no longer considers the prefetched ads for use in an ad break, as an ISO 8601 date-time.- See Also:
-
getAvailMatchingCriteria
If you only want MediaTailor to insert prefetched ads into avails that match specific dynamic variables, set the avail matching criteria.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPrefetchSchedule.AvailMatchingCriteriaProperty>- See Also:
-
getStartTime
The time when prefetched ads are considered for use in an ad break, as an ISO 8601 date-time.- See Also:
-
builder
-