Interface TopicSingularFilterConstant.Builder

    • Method Detail

      • constantType

        TopicSingularFilterConstant.Builder constantType​(String constantType)

        The type of the singular filter constant. Valid values for this structure are SINGULAR.

        Parameters:
        constantType - The type of the singular filter constant. Valid values for this structure are SINGULAR.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConstantType, ConstantType
      • constantType

        TopicSingularFilterConstant.Builder constantType​(ConstantType constantType)

        The type of the singular filter constant. Valid values for this structure are SINGULAR.

        Parameters:
        constantType - The type of the singular filter constant. Valid values for this structure are SINGULAR.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConstantType, ConstantType
      • singularConstant

        TopicSingularFilterConstant.Builder singularConstant​(String singularConstant)

        The value of the singular filter constant.

        Parameters:
        singularConstant - The value of the singular filter constant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.