/**
  * Gets the name of the bucket containing the object to be downloaded.
  *
  * @return The name of the bucket containing the object to be downloaded.
  * @see GetObjectRequest#setBucketName(String)
  * @see GetObjectRequest#withBucketName(String)
  */
 public String getBucketName() {
   return s3ObjectIdBuilder.getBucket();
 }