| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3JobDefinition.Builder> |
S3JobDefinition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateClassificationJobRequest.Builder |
CreateClassificationJobRequest.Builder.s3JobDefinition(Consumer<S3JobDefinition.Builder> s3JobDefinition)
The S3 buckets that contain the objects to analyze, and the scope of that analysis.
|
default DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.s3JobDefinition(Consumer<S3JobDefinition.Builder> s3JobDefinition)
The S3 buckets that contain the objects to analyze, and the scope of that analysis.
|
Copyright © 2022. All rights reserved.