public static interface S3ClassificationScope.Builder extends SdkPojo, CopyableBuilder<S3ClassificationScope.Builder,S3ClassificationScope>
| Modifier and Type | Method and Description |
|---|---|
default S3ClassificationScope.Builder |
excludes(Consumer<S3ClassificationScopeExclusion.Builder> excludes)
The S3 buckets that are excluded.
|
S3ClassificationScope.Builder |
excludes(S3ClassificationScopeExclusion excludes)
The S3 buckets that are excluded.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3ClassificationScope.Builder excludes(S3ClassificationScopeExclusion excludes)
The S3 buckets that are excluded.
excludes - The S3 buckets that are excluded.default S3ClassificationScope.Builder excludes(Consumer<S3ClassificationScopeExclusion.Builder> excludes)
The S3 buckets that are excluded.
This is a convenience method that creates an instance of theS3ClassificationScopeExclusion.Builder
avoiding the need to create one manually via S3ClassificationScopeExclusion.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to excludes(S3ClassificationScopeExclusion).
excludes - a consumer that will call methods on S3ClassificationScopeExclusion.Builderexcludes(S3ClassificationScopeExclusion)Copyright © 2023. All rights reserved.