public static interface S3ClassificationScopeExclusion.Builder extends SdkPojo, CopyableBuilder<S3ClassificationScopeExclusion.Builder,S3ClassificationScopeExclusion>
| Modifier and Type | Method and Description |
|---|---|
S3ClassificationScopeExclusion.Builder |
bucketNames(Collection<String> bucketNames)
An array of strings, one for each S3 bucket that is excluded.
|
S3ClassificationScopeExclusion.Builder |
bucketNames(String... bucketNames)
An array of strings, one for each S3 bucket that is excluded.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3ClassificationScopeExclusion.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.
bucketNames - An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an
excluded bucket.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.
bucketNames - An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an
excluded bucket.Copyright © 2023. All rights reserved.