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 theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #filterCriterion(List) .filterCriterion - a consumer that will call methods on List.Builder #filterCriterion(List) Copyright © 2022. All rights reserved.