| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
S3ClassificationScopeExclusionUpdate.Builder |
S3ClassificationScopeExclusionUpdate.Builder.bucketNames(Collection<String> bucketNames)
Depending on the value specified for the update operation (ClassificationScopeUpdateOperation), an array of
strings that: lists the names of buckets to add or remove from the list, or specifies a new set of bucket
names that overwrites all existing names in the list.
|
S3ClassificationScopeExclusionUpdate.Builder |
S3ClassificationScopeExclusionUpdate.Builder.bucketNames(String... bucketNames)
Depending on the value specified for the update operation (ClassificationScopeUpdateOperation), an array of
strings that: lists the names of buckets to add or remove from the list, or specifies a new set of bucket
names that overwrites all existing names in the list.
|
static S3ClassificationScopeExclusionUpdate.Builder |
S3ClassificationScopeExclusionUpdate.builder() |
S3ClassificationScopeExclusionUpdate.Builder |
S3ClassificationScopeExclusionUpdate.Builder.operation(ClassificationScopeUpdateOperation operation)
Specifies how to apply the changes to the exclusion list.
|
S3ClassificationScopeExclusionUpdate.Builder |
S3ClassificationScopeExclusionUpdate.Builder.operation(String operation)
Specifies how to apply the changes to the exclusion list.
|
S3ClassificationScopeExclusionUpdate.Builder |
S3ClassificationScopeExclusionUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3ClassificationScopeExclusionUpdate.Builder> |
S3ClassificationScopeExclusionUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default S3ClassificationScopeUpdate.Builder |
S3ClassificationScopeUpdate.Builder.excludes(Consumer<S3ClassificationScopeExclusionUpdate.Builder> excludes)
The names of the S3 buckets to add or remove from the list.
|
Copyright © 2023. All rights reserved.