Interface Filter.Builder

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

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

    • field

      Filter.Builder field(String field)

      The field on which to filter.

      Parameters:
      field - The field on which to filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • field

      The field on which to filter.

      Parameters:
      field - The field on which to filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operator

      Filter.Builder operator(String operator)

      The operator to use for comparing the field’s value with the provided value.

      Parameters:
      operator - The operator to use for comparing the field’s value with the provided value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operator

      Filter.Builder operator(FilterOperator operator)

      The operator to use for comparing the field’s value with the provided value.

      Parameters:
      operator - The operator to use for comparing the field’s value with the provided value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      Filter.Builder value(String value)

      The desired field value on which to filter.

      Parameters:
      value - The desired field value on which to filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.