public static interface CriteriaBlockForJob.Builder extends SdkPojo, CopyableBuilder<CriteriaBlockForJob.Builder,CriteriaBlockForJob>
| Modifier and Type | Method and Description |
|---|---|
CriteriaBlockForJob.Builder |
and(Collection<CriteriaForJob> and)
An array of conditions, one for each condition that determines which buckets to include or exclude from the
job.
|
CriteriaBlockForJob.Builder |
and(Consumer<CriteriaForJob.Builder>... and)
An array of conditions, one for each condition that determines which buckets to include or exclude from the
job.
|
CriteriaBlockForJob.Builder |
and(CriteriaForJob... and)
An array of conditions, one for each condition that determines which buckets to include or exclude from the
job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCriteriaBlockForJob.Builder and(Collection<CriteriaForJob> and)
An array of conditions, one for each condition that determines which buckets to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.
and - An array of conditions, one for each condition that determines which buckets to include or exclude
from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the
conditions.CriteriaBlockForJob.Builder and(CriteriaForJob... and)
An array of conditions, one for each condition that determines which buckets to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.
and - An array of conditions, one for each condition that determines which buckets to include or exclude
from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the
conditions.CriteriaBlockForJob.Builder and(Consumer<CriteriaForJob.Builder>... and)
An array of conditions, one for each condition that determines which buckets to include or exclude from the job. 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 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 #and(List) .and - a consumer that will call methods on List.Builder #and(List) Copyright © 2022. All rights reserved.