public static interface SearchResourcesCriteriaBlock.Builder extends SdkPojo, CopyableBuilder<SearchResourcesCriteriaBlock.Builder,SearchResourcesCriteriaBlock>
| Modifier and Type | Method and Description |
|---|---|
SearchResourcesCriteriaBlock.Builder |
and(Collection<SearchResourcesCriteria> and)
An array of objects, one for each property- or tag-based condition that includes or excludes resources from
the query results.
|
SearchResourcesCriteriaBlock.Builder |
and(Consumer<SearchResourcesCriteria.Builder>... and)
An array of objects, one for each property- or tag-based condition that includes or excludes resources from
the query results.
|
SearchResourcesCriteriaBlock.Builder |
and(SearchResourcesCriteria... and)
An array of objects, one for each property- or tag-based condition that includes or excludes resources from
the query results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchResourcesCriteriaBlock.Builder and(Collection<SearchResourcesCriteria> and)
An array of objects, one for each property- or tag-based condition that includes or excludes resources from the query results. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.
and - An array of objects, one for each property- or tag-based condition that includes or excludes resources
from the query results. If you specify more than one condition, Amazon Macie uses AND logic to join
the conditions.SearchResourcesCriteriaBlock.Builder and(SearchResourcesCriteria... and)
An array of objects, one for each property- or tag-based condition that includes or excludes resources from the query results. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.
and - An array of objects, one for each property- or tag-based condition that includes or excludes resources
from the query results. If you specify more than one condition, Amazon Macie uses AND logic to join
the conditions.SearchResourcesCriteriaBlock.Builder and(Consumer<SearchResourcesCriteria.Builder>... and)
An array of objects, one for each property- or tag-based condition that includes or excludes resources from the query results. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.
This is a convenience method that creates an instance of theSearchResourcesCriteria.Builder avoiding the need to
create one manually via
SearchResourcesCriteria.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #and(List.
and - a consumer that will call methods on
SearchResourcesCriteria.Builder#and(java.util.Collection) Copyright © 2023. All rights reserved.