public static interface JobScopingBlock.Builder extends SdkPojo, CopyableBuilder<JobScopingBlock.Builder,JobScopingBlock>
| Modifier and Type | Method and Description |
|---|---|
JobScopingBlock.Builder |
and(Collection<JobScopeTerm> and)
An array of conditions, one for each condition that determines which objects to include or exclude from the
job.
|
JobScopingBlock.Builder |
and(Consumer<JobScopeTerm.Builder>... and)
An array of conditions, one for each condition that determines which objects to include or exclude from the
job.
|
JobScopingBlock.Builder |
and(JobScopeTerm... and)
An array of conditions, one for each condition that determines which objects to include or exclude from the
job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobScopingBlock.Builder and(Collection<JobScopeTerm> and)
An array of conditions, one for each condition that determines which objects 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 objects to include or exclude
from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the
conditions.JobScopingBlock.Builder and(JobScopeTerm... and)
An array of conditions, one for each condition that determines which objects 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 objects to include or exclude
from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the
conditions.JobScopingBlock.Builder and(Consumer<JobScopeTerm.Builder>... and)
An array of conditions, one for each condition that determines which objects 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 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 © 2021. All rights reserved.