Interface UserBucket.Builder

    • Method Detail

      • s3Bucket

        UserBucket.Builder s3Bucket​(String s3Bucket)

        The name of the Amazon S3 bucket where the disk image is located.

        Parameters:
        s3Bucket - The name of the Amazon S3 bucket where the disk image is located.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Key

        UserBucket.Builder s3Key​(String s3Key)

        The file name of the disk image.

        Parameters:
        s3Key - The file name of the disk image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.