Interface S3ClassificationScopeExclusion.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3ClassificationScopeExclusion.Builder,S3ClassificationScopeExclusion>,SdkBuilder<S3ClassificationScopeExclusion.Builder,S3ClassificationScopeExclusion>,SdkPojo
- Enclosing class:
- S3ClassificationScopeExclusion
public static interface S3ClassificationScopeExclusion.Builder extends SdkPojo, CopyableBuilder<S3ClassificationScopeExclusion.Builder,S3ClassificationScopeExclusion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3ClassificationScopeExclusion.BuilderbucketNames(String... bucketNames)An array of strings, one for each S3 bucket that is excluded.S3ClassificationScopeExclusion.BuilderbucketNames(Collection<String> bucketNames)An array of strings, one for each S3 bucket that is excluded.-
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 Detail
-
bucketNames
S3ClassificationScopeExclusion.Builder bucketNames(Collection<String> bucketNames)
An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded bucket.
- Parameters:
bucketNames- An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucketNames
S3ClassificationScopeExclusion.Builder bucketNames(String... bucketNames)
An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded bucket.
- Parameters:
bucketNames- An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-