public static interface CriteriaForJob.Builder extends SdkPojo, CopyableBuilder<CriteriaForJob.Builder,CriteriaForJob>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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 |
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 |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCriteriaForJob.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.
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 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.
This is a convenience that creates an instance of theSimpleCriterionForJob.Builder avoiding the need
to create one manually via SimpleCriterionForJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to simpleCriterion(SimpleCriterionForJob).simpleCriterion - a consumer that will call methods on SimpleCriterionForJob.BuildersimpleCriterion(SimpleCriterionForJob)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.
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.default 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.
This is a convenience that creates an instance of theTagCriterionForJob.Builder avoiding the need to
create one manually via TagCriterionForJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tagCriterion(TagCriterionForJob).tagCriterion - a consumer that will call methods on TagCriterionForJob.BuildertagCriterion(TagCriterionForJob)Copyright © 2021. All rights reserved.