Interface S3ClassificationScopeExclusion.Builder

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