Interface S3ClassificationScopeUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3ClassificationScopeUpdate.Builder,
,S3ClassificationScopeUpdate> SdkBuilder<S3ClassificationScopeUpdate.Builder,
,S3ClassificationScopeUpdate> SdkPojo
- Enclosing class:
S3ClassificationScopeUpdate
public static interface S3ClassificationScopeUpdate.Builder
extends SdkPojo, CopyableBuilder<S3ClassificationScopeUpdate.Builder,S3ClassificationScopeUpdate>
-
Method Summary
Modifier and TypeMethodDescriptionThe names of the S3 buckets to add or remove from the list.excludes
(S3ClassificationScopeExclusionUpdate excludes) The names of the S3 buckets to add or remove from the list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
excludes
The names of the S3 buckets to add or remove from the list.
- Parameters:
excludes
- The names of the S3 buckets to add or remove from the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludes
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 viaS3ClassificationScopeExclusionUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexcludes(S3ClassificationScopeExclusionUpdate)
.- Parameters:
excludes
- a consumer that will call methods onS3ClassificationScopeExclusionUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-