public static interface Filter.Builder extends SdkPojo, CopyableBuilder<Filter.Builder,Filter>
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
attribute(String attribute)
The name of an attribute to use as a filter.
|
Filter.Builder |
operation(String operation)
The type of search (For example, eq, geq, leq)
|
Filter.Builder |
value(String value)
Value of the filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilter.Builder attribute(String attribute)
The name of an attribute to use as a filter.
attribute - The name of an attribute to use as a filter.Filter.Builder operation(String operation)
The type of search (For example, eq, geq, leq)
operation - The type of search (For example, eq, geq, leq)Filter.Builder value(String value)
Value of the filter.
value - Value of the filter.Copyright © 2022. All rights reserved.