Interface LookupAttribute.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LookupAttribute.Builder,LookupAttribute>, SdkBuilder<LookupAttribute.Builder,LookupAttribute>, SdkPojo
Enclosing class:
LookupAttribute

public static interface LookupAttribute.Builder extends SdkPojo, CopyableBuilder<LookupAttribute.Builder,LookupAttribute>
  • Method Details

    • 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:
    • attributeKey

      LookupAttribute.Builder attributeKey(LookupAttributeKey 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:
    • attributeValue

      LookupAttribute.Builder attributeValue(String attributeValue)

      Specifies a value for the specified AttributeKey.

      The maximum length for the AttributeValue is 2000 characters. The following characters (' _', ' ', ',', '\\n') count as two characters towards the 2000 character limit.

      Parameters:
      attributeValue - Specifies a value for the specified AttributeKey.

      The maximum length for the AttributeValue is 2000 characters. The following characters (' _', ' ', ',', '\\n') count as two characters towards the 2000 character limit.

      Returns:
      Returns a reference to this object so that method calls can be chained together.