Interface LookupAttribute.Builder

    • Method Detail

      • attributeKey

        LookupAttribute.Builder attributeKey​(String attributeKey)

        Specifies an attribute on which to filter the events returned.

        Parameters:
        attributeKey - Specifies an attribute on which to filter the events returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LookupAttributeKey, LookupAttributeKey
      • attributeValue

        LookupAttribute.Builder attributeValue​(String attributeValue)

        Specifies a value for the specified AttributeKey.

        Parameters:
        attributeValue - Specifies a value for the specified AttributeKey.
        Returns:
        Returns a reference to this object so that method calls can be chained together.