| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static CriteriaForJob.Builder |
CriteriaForJob.builder() |
default CriteriaForJob.Builder |
CriteriaForJob.Builder.simpleCriterion(Consumer<SimpleCriterionForJob.Builder> simpleCriterion)
A property-based condition that defines a property, operator, and one or more values for including or
excluding buckets from the job.
|
CriteriaForJob.Builder |
CriteriaForJob.Builder.simpleCriterion(SimpleCriterionForJob simpleCriterion)
A property-based condition that defines a property, operator, and one or more values for including or
excluding buckets from the job.
|
default CriteriaForJob.Builder |
CriteriaForJob.Builder.tagCriterion(Consumer<TagCriterionForJob.Builder> tagCriterion)
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for
including or excluding buckets from the job.
|
CriteriaForJob.Builder |
CriteriaForJob.Builder.tagCriterion(TagCriterionForJob tagCriterion)
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for
including or excluding buckets from the job.
|
CriteriaForJob.Builder |
CriteriaForJob.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CriteriaForJob.Builder> |
CriteriaForJob.serializableBuilderClass() |
Copyright © 2021. All rights reserved.