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