public static interface S3JobDefinition.Builder extends SdkPojo, CopyableBuilder<S3JobDefinition.Builder,S3JobDefinition>
| Modifier and Type | Method and Description |
|---|---|
default S3JobDefinition.Builder |
bucketCriteria(Consumer<S3BucketCriteriaForJob.Builder> bucketCriteria)
The property- and tag-based conditions that determine which S3 buckets to include or exclude from the
analysis.
|
S3JobDefinition.Builder |
bucketCriteria(S3BucketCriteriaForJob bucketCriteria)
The property- and tag-based conditions that determine which S3 buckets to include or exclude from the
analysis.
|
S3JobDefinition.Builder |
bucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze.
|
S3JobDefinition.Builder |
bucketDefinitions(Consumer<S3BucketDefinitionForJob.Builder>... bucketDefinitions)
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze.
|
S3JobDefinition.Builder |
bucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions)
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze.
|
default S3JobDefinition.Builder |
scoping(Consumer<Scoping.Builder> scoping)
The property- and tag-based conditions that determine which S3 objects to include or exclude from the
analysis.
|
S3JobDefinition.Builder |
scoping(Scoping scoping)
The property- and tag-based conditions that determine which S3 objects to include or exclude from the
analysis.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3JobDefinition.Builder bucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze. Each object specifies the account ID for an account and one or more buckets to analyze for that account. A job's definition can contain a bucketDefinitions array or a bucketCriteria object, not both.
bucketDefinitions - An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to
analyze. Each object specifies the account ID for an account and one or more buckets to analyze for
that account. A job's definition can contain a bucketDefinitions array or a bucketCriteria object, not
both.S3JobDefinition.Builder bucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions)
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze. Each object specifies the account ID for an account and one or more buckets to analyze for that account. A job's definition can contain a bucketDefinitions array or a bucketCriteria object, not both.
bucketDefinitions - An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to
analyze. Each object specifies the account ID for an account and one or more buckets to analyze for
that account. A job's definition can contain a bucketDefinitions array or a bucketCriteria object, not
both.S3JobDefinition.Builder bucketDefinitions(Consumer<S3BucketDefinitionForJob.Builder>... bucketDefinitions)
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze. Each object specifies the account ID for an account and one or more buckets to analyze for that account. A job's definition can contain a bucketDefinitions array or a bucketCriteria object, not both.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #bucketDefinitions(List) .bucketDefinitions - a consumer that will call methods on List.Builder #bucketDefinitions(List) S3JobDefinition.Builder scoping(Scoping scoping)
The property- and tag-based conditions that determine which S3 objects to include or exclude from the analysis. Each time the job runs, the job uses these criteria to determine which objects to analyze.
scoping - The property- and tag-based conditions that determine which S3 objects to include or exclude from the
analysis. Each time the job runs, the job uses these criteria to determine which objects to analyze.default S3JobDefinition.Builder scoping(Consumer<Scoping.Builder> scoping)
The property- and tag-based conditions that determine which S3 objects to include or exclude from the analysis. Each time the job runs, the job uses these criteria to determine which objects to analyze.
This is a convenience that creates an instance of theScoping.Builder avoiding the need to create one
manually via Scoping.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to scoping(Scoping).scoping - a consumer that will call methods on Scoping.Builderscoping(Scoping)S3JobDefinition.Builder bucketCriteria(S3BucketCriteriaForJob bucketCriteria)
The property- and tag-based conditions that determine which S3 buckets to include or exclude from the analysis. Each time the job runs, the job uses these criteria to determine which buckets contain objects to analyze. A job's definition can contain a bucketCriteria object or a bucketDefinitions array, not both.
bucketCriteria - The property- and tag-based conditions that determine which S3 buckets to include or exclude from the
analysis. Each time the job runs, the job uses these criteria to determine which buckets contain
objects to analyze. A job's definition can contain a bucketCriteria object or a bucketDefinitions
array, not both.default S3JobDefinition.Builder bucketCriteria(Consumer<S3BucketCriteriaForJob.Builder> bucketCriteria)
The property- and tag-based conditions that determine which S3 buckets to include or exclude from the analysis. Each time the job runs, the job uses these criteria to determine which buckets contain objects to analyze. A job's definition can contain a bucketCriteria object or a bucketDefinitions array, not both.
This is a convenience that creates an instance of theS3BucketCriteriaForJob.Builder avoiding the
need to create one manually via S3BucketCriteriaForJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to bucketCriteria(S3BucketCriteriaForJob).bucketCriteria - a consumer that will call methods on S3BucketCriteriaForJob.BuilderbucketCriteria(S3BucketCriteriaForJob)Copyright © 2021. All rights reserved.