public static interface Filter.Builder extends SdkPojo, CopyableBuilder<Filter.Builder,Filter>
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
condition(Condition condition)
The condition accepts before or after a specified time, equal to a string, or equal to an integer.
|
default Filter.Builder |
condition(Consumer<Condition.Builder> condition)
The condition accepts before or after a specified time, equal to a string, or equal to an integer.
|
Filter.Builder |
key(String key)
The key that you're filtering on.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilter.Builder condition(Condition condition)
The condition accepts before or after a specified time, equal to a string, or equal to an integer.
condition - The condition accepts before or after a specified time, equal to a string, or equal to an integer.default Filter.Builder condition(Consumer<Condition.Builder> condition)
The condition accepts before or after a specified time, equal to a string, or equal to an integer.
This is a convenience method that creates an instance of theCondition.Builder avoiding the need to
create one manually via Condition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to condition(Condition).
condition - a consumer that will call methods on Condition.Buildercondition(Condition)Filter.Builder key(String key)
The key that you're filtering on.
key - The key that you're filtering on.Copyright © 2023. All rights reserved.