Interface PropertyPredicate.Builder

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

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

    • key

      The key of the property.

      Parameters:
      key - The key of the property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of the property.

      Parameters:
      value - The value of the property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • comparator

      PropertyPredicate.Builder comparator(String comparator)

      The comparator used to compare this property to others.

      Parameters:
      comparator - The comparator used to compare this property to others.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comparator

      PropertyPredicate.Builder comparator(Comparator comparator)

      The comparator used to compare this property to others.

      Parameters:
      comparator - The comparator used to compare this property to others.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: