Interface SearchResourcesCriteriaBlock.Builder

    • Method Detail

      • and

        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. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • and

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.