Interface AvailMatchingCriteria.Builder

    • 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 DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.

        Parameters:
        operator - For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Operator, Operator
      • operator

        AvailMatchingCriteria.Builder operator​(Operator operator)

        For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.

        Parameters:
        operator - For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Operator, Operator