public static interface CoverageFilterCriteria.Builder extends SdkPojo, CopyableBuilder<CoverageFilterCriteria.Builder,CoverageFilterCriteria>
| Modifier and Type | Method and Description |
|---|---|
CoverageFilterCriteria.Builder |
filterCriterion(Collection<CoverageFilterCriterion> filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
CoverageFilterCriteria.Builder |
filterCriterion(Consumer<CoverageFilterCriterion.Builder>... filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
CoverageFilterCriteria.Builder |
filterCriterion(CoverageFilterCriterion... filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoverageFilterCriteria.Builder filterCriterion(Collection<CoverageFilterCriterion> 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.CoverageFilterCriteria.Builder filterCriterion(CoverageFilterCriterion... 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.CoverageFilterCriteria.Builder filterCriterion(Consumer<CoverageFilterCriterion.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 theCoverageFilterCriterion.Builder avoiding the need to
create one manually via
CoverageFilterCriterion.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
CoverageFilterCriterion.Builder#filterCriterion(java.util.Collection) Copyright © 2023. All rights reserved.