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 Details

    • 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.