public static interface FilterExpression.Builder extends SdkPojo, CopyableBuilder<FilterExpression.Builder,FilterExpression>
| Modifier and Type | Method and Description |
|---|---|
FilterExpression.Builder |
negated(Boolean negated)
Whether the expression is to be negated.
|
FilterExpression.Builder |
operation(FilterOperation operation)
The type of operation to perform in the expression.
|
FilterExpression.Builder |
operation(String operation)
The type of operation to perform in the expression.
|
FilterExpression.Builder |
values(Collection<FilterValue> values)
A list of filter values.
|
FilterExpression.Builder |
values(Consumer<FilterValue.Builder>... values)
A list of filter values.
|
FilterExpression.Builder |
values(FilterValue... values)
A list of filter values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterExpression.Builder operation(String operation)
The type of operation to perform in the expression.
operation - The type of operation to perform in the expression.FilterOperation,
FilterOperationFilterExpression.Builder operation(FilterOperation operation)
The type of operation to perform in the expression.
operation - The type of operation to perform in the expression.FilterOperation,
FilterOperationFilterExpression.Builder negated(Boolean negated)
Whether the expression is to be negated.
negated - Whether the expression is to be negated.FilterExpression.Builder values(Collection<FilterValue> values)
A list of filter values.
values - A list of filter values.FilterExpression.Builder values(FilterValue... values)
A list of filter values.
values - A list of filter values.FilterExpression.Builder values(Consumer<FilterValue.Builder>... values)
A list of filter values.
This is a convenience method that creates an instance of theFilterValue.Builder avoiding the need to create one
manually via FilterValue.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #values(List.
values - a consumer that will call methods on
FilterValue.Builder#values(java.util.Collection) Copyright © 2023. All rights reserved.