default S3JobDefinition.Builder |
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 |
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 |
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 |
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 |
S3JobDefinition.Builder.bucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions) |
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze.
|
static S3JobDefinition.Builder |
S3JobDefinition.builder() |
|
default S3JobDefinition.Builder |
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 |
S3JobDefinition.Builder.scoping(Scoping scoping) |
The property- and tag-based conditions that determine which S3 objects to include or exclude from the
analysis.
|
S3JobDefinition.Builder |
S3JobDefinition.toBuilder() |
|