Interface AvailMatchingCriteria.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AvailMatchingCriteria.Builder,AvailMatchingCriteria>,SdkBuilder<AvailMatchingCriteria.Builder,AvailMatchingCriteria>,SdkPojo
- Enclosing class:
- AvailMatchingCriteria
public static interface AvailMatchingCriteria.Builder extends SdkPojo, CopyableBuilder<AvailMatchingCriteria.Builder,AvailMatchingCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AvailMatchingCriteria.BuilderdynamicVariable(String dynamicVariable)The dynamic variable(s) that MediaTailor should use as avail matching criteria.AvailMatchingCriteria.Builderoperator(String operator)For theDynamicVariablespecified inAvailMatchingCriteria, the Operator that is used for the comparison.AvailMatchingCriteria.Builderoperator(Operator operator)For theDynamicVariablespecified inAvailMatchingCriteria, the Operator that is used for the comparison.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dynamicVariable
AvailMatchingCriteria.Builder dynamicVariable(String dynamicVariable)
The dynamic variable(s) that MediaTailor should use as avail matching criteria. MediaTailor only places the prefetched ads into the avail if the avail matches the criteria defined by the dynamic variable. For information about dynamic variables, see Using dynamic ad variables in the MediaTailor User Guide.
You can include up to 100 dynamic variables.
- Parameters:
dynamicVariable- The dynamic variable(s) that MediaTailor should use as avail matching criteria. MediaTailor only places the prefetched ads into the avail if the avail matches the criteria defined by the dynamic variable. For information about dynamic variables, see Using dynamic ad variables in the MediaTailor User Guide.You can include up to 100 dynamic variables.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operator
AvailMatchingCriteria.Builder operator(String operator)
For the
DynamicVariablespecified inAvailMatchingCriteria, the Operator that is used for the comparison.
-
operator
AvailMatchingCriteria.Builder operator(Operator operator)
For the
DynamicVariablespecified inAvailMatchingCriteria, the Operator that is used for the comparison.
-
-