Interface UserBucketDetails.Builder

    • Method Detail

      • s3Bucket

        UserBucketDetails.Builder s3Bucket​(String s3Bucket)

        The Amazon S3 bucket from which the disk image was created.

        Parameters:
        s3Bucket - The Amazon S3 bucket from which the disk image was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Key

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