Interface TopicRangeFilterConstant.Builder

    • Method Detail

      • constantType

        TopicRangeFilterConstant.Builder constantType​(String constantType)

        The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.

        Parameters:
        constantType - The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConstantType, ConstantType
      • constantType

        TopicRangeFilterConstant.Builder constantType​(ConstantType constantType)

        The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.

        Parameters:
        constantType - The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConstantType, ConstantType
      • rangeConstant

        TopicRangeFilterConstant.Builder rangeConstant​(RangeConstant rangeConstant)

        The value of the constant that is used to specify the endpoints of a range filter.

        Parameters:
        rangeConstant - The value of the constant that is used to specify the endpoints of a range filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.