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 property- or tag-based 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 property- or tag-based condition that determines which objects to
include or exclude from the job.
|
JobScopingBlock.Builder |
and(JobScopeTerm... and)
An array of conditions, one for each property- or tag-based 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 property- or tag-based 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 property- or tag-based 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 property- or tag-based 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 property- or tag-based 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 property- or tag-based 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 method that creates an instance of theJobScopeTerm.Builder avoiding the need to create one
manually via JobScopeTerm.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
JobScopeTerm.Builder#and(java.util.Collection) Copyright © 2023. All rights reserved.