Class CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty>
- Enclosing interface:
CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty
@Stability(Stable)
public static final class CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dynamicVariable(String dynamicVariable)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dynamicVariable
@Stability(Stable) public CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty.Builder dynamicVariable(String dynamicVariable) - Parameters:
dynamicVariable- The dynamic variable(s) that MediaTailor should use as avail matching criteria.- Returns:
this
-
operator
@Stability(Stable) public CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty.Builder operator(String operator) - Parameters:
operator- For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty>- Returns:
- a new instance of
CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty - Throws:
NullPointerException- if any required attribute was not provided
-