Interface S3Repository.Builder

  • Method Details

    • name

      The name of the repository in the S3 bucket.

      Parameters:
      name - The name of the repository in the S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucketName

      S3Repository.Builder bucketName(String bucketName)

      The name of the S3 bucket used for associating a new S3 repository. It must begin with codeguru-reviewer-.

      Parameters:
      bucketName - The name of the S3 bucket used for associating a new S3 repository. It must begin with codeguru-reviewer-.
      Returns:
      Returns a reference to this object so that method calls can be chained together.