Interface CfnPrefetchSchedulePropsMixin.PrefetchConsumptionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPrefetchSchedulePropsMixin.PrefetchConsumptionProperty.Jsii$Proxy
- Enclosing class:
CfnPrefetchSchedulePropsMixin
@Stability(Stable)
public static interface CfnPrefetchSchedulePropsMixin.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.cfnpropertymixins.services.mediatailor.*;
PrefetchConsumptionProperty prefetchConsumptionProperty = PrefetchConsumptionProperty.builder()
.availMatchingCriteria(List.of(AvailMatchingCriteriaProperty.builder()
.dynamicVariable("dynamicVariable")
.operator("operator")
.build()))
.endTime("endTime")
.startTime("startTime")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPrefetchSchedulePropsMixin.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.default StringThe 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
-
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: '<'eitherIResolvableorCfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty>- See Also:
-
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:
-
getStartTime
The time when prefetched ads are considered for use in an ad break, as an ISO 8601 date-time.- See Also:
-
builder
@Stability(Stable) static CfnPrefetchSchedulePropsMixin.PrefetchConsumptionProperty.Builder builder()
-