Uses of Interface
software.amazon.awssdk.services.macie2.model.JobScopingBlock.Builder
-
Packages that use JobScopingBlock.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of JobScopingBlock.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return JobScopingBlock.Builder Modifier and Type Method Description JobScopingBlock.BuilderJobScopingBlock.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.BuilderJobScopingBlock.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.BuilderJobScopingBlock.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.static JobScopingBlock.BuilderJobScopingBlock. builder()JobScopingBlock.BuilderJobScopingBlock. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type JobScopingBlock.Builder Modifier and Type Method Description static Class<? extends JobScopingBlock.Builder>JobScopingBlock. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type JobScopingBlock.Builder Modifier and Type Method Description default Scoping.BuilderScoping.Builder. excludes(Consumer<JobScopingBlock.Builder> excludes)The property- and tag-based conditions that determine which objects to exclude from the analysis.default Scoping.BuilderScoping.Builder. includes(Consumer<JobScopingBlock.Builder> includes)The property- and tag-based conditions that determine which objects to include in the analysis.
-