public static interface FilterCriteria.Builder extends SdkPojo, CopyableBuilder<FilterCriteria.Builder,FilterCriteria>
| Modifier and Type | Method and Description |
|---|---|
FilterCriteria.Builder |
filterCriterion(Collection<FilterCriterion> filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
FilterCriteria.Builder |
filterCriterion(Consumer<FilterCriterion.Builder>... filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
FilterCriteria.Builder |
filterCriterion(FilterCriterion... filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterCriteria.Builder filterCriterion(Collection<FilterCriterion> filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
filterCriterion - Represents a condition that when matched will be added to the response of the operation.FilterCriteria.Builder filterCriterion(FilterCriterion... filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
filterCriterion - Represents a condition that when matched will be added to the response of the operation.FilterCriteria.Builder filterCriterion(Consumer<FilterCriterion.Builder>... filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
This is a convenience method that creates an instance of theFilterCriterion.Builder avoiding the need to create
one manually via FilterCriterion.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #filterCriterion(List.
filterCriterion - a consumer that will call methods on
FilterCriterion.Builder#filterCriterion(java.util.Collection) Copyright © 2023. All rights reserved.