Interface S3BucketCriteriaForJob.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3BucketCriteriaForJob.Builder,S3BucketCriteriaForJob>,SdkBuilder<S3BucketCriteriaForJob.Builder,S3BucketCriteriaForJob>,SdkPojo
- Enclosing class:
- S3BucketCriteriaForJob
public static interface S3BucketCriteriaForJob.Builder extends SdkPojo, CopyableBuilder<S3BucketCriteriaForJob.Builder,S3BucketCriteriaForJob>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default S3BucketCriteriaForJob.Builderexcludes(Consumer<CriteriaBlockForJob.Builder> excludes)The property- and tag-based conditions that determine which buckets to exclude from the job.S3BucketCriteriaForJob.Builderexcludes(CriteriaBlockForJob excludes)The property- and tag-based conditions that determine which buckets to exclude from the job.default S3BucketCriteriaForJob.Builderincludes(Consumer<CriteriaBlockForJob.Builder> includes)The property- and tag-based conditions that determine which buckets to include in the job.S3BucketCriteriaForJob.Builderincludes(CriteriaBlockForJob includes)The property- and tag-based conditions that determine which buckets to include in the job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
excludes
S3BucketCriteriaForJob.Builder excludes(CriteriaBlockForJob excludes)
The property- and tag-based conditions that determine which buckets to exclude from the job.
- Parameters:
excludes- The property- and tag-based conditions that determine which buckets to exclude from the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludes
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.Builderavoiding the need to create one manually viaCriteriaBlockForJob.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexcludes(CriteriaBlockForJob).- Parameters:
excludes- a consumer that will call methods onCriteriaBlockForJob.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
excludes(CriteriaBlockForJob)
-
includes
S3BucketCriteriaForJob.Builder includes(CriteriaBlockForJob includes)
The property- and tag-based conditions that determine which buckets to include in the job.
- Parameters:
includes- The property- and tag-based conditions that determine which buckets to include in the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includes
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.Builderavoiding the need to create one manually viaCriteriaBlockForJob.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toincludes(CriteriaBlockForJob).- Parameters:
includes- a consumer that will call methods onCriteriaBlockForJob.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
includes(CriteriaBlockForJob)
-
-