public static interface S3BucketCriteriaForJob.Builder extends SdkPojo, CopyableBuilder<S3BucketCriteriaForJob.Builder,S3BucketCriteriaForJob>
| Modifier and Type | Method and Description |
|---|---|
default S3BucketCriteriaForJob.Builder |
excludes(Consumer<CriteriaBlockForJob.Builder> excludes)
The property- and tag-based conditions that determine which buckets to exclude from the job.
|
S3BucketCriteriaForJob.Builder |
excludes(CriteriaBlockForJob excludes)
The property- and tag-based conditions that determine which buckets to exclude from the job.
|
default S3BucketCriteriaForJob.Builder |
includes(Consumer<CriteriaBlockForJob.Builder> includes)
The property- and tag-based conditions that determine which buckets to include in the job.
|
S3BucketCriteriaForJob.Builder |
includes(CriteriaBlockForJob includes)
The property- and tag-based conditions that determine which buckets to include in the job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3BucketCriteriaForJob.Builder excludes(CriteriaBlockForJob excludes)
The property- and tag-based conditions that determine which buckets to exclude from the job.
excludes - The property- and tag-based conditions that determine which buckets to exclude from the job.default S3BucketCriteriaForJob.Builder excludes(Consumer<CriteriaBlockForJob.Builder> excludes)
The property- and tag-based conditions that determine which buckets to exclude from the job.
This is a convenience method that creates an instance of theCriteriaBlockForJob.Builder avoiding the
need to create one manually via CriteriaBlockForJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to excludes(CriteriaBlockForJob).
excludes - a consumer that will call methods on CriteriaBlockForJob.Builderexcludes(CriteriaBlockForJob)S3BucketCriteriaForJob.Builder includes(CriteriaBlockForJob includes)
The property- and tag-based conditions that determine which buckets to include in the job.
includes - The property- and tag-based conditions that determine which buckets to include in the job.default S3BucketCriteriaForJob.Builder includes(Consumer<CriteriaBlockForJob.Builder> includes)
The property- and tag-based conditions that determine which buckets to include in the job.
This is a convenience method that creates an instance of theCriteriaBlockForJob.Builder avoiding the
need to create one manually via CriteriaBlockForJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to includes(CriteriaBlockForJob).
includes - a consumer that will call methods on CriteriaBlockForJob.Builderincludes(CriteriaBlockForJob)Copyright © 2022. All rights reserved.