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