public class UserBucket extends Object implements Serializable, Cloneable
Describes the S3 bucket for the disk image.
Constructor and Description |
---|
UserBucket() |
Modifier and Type | Method and Description |
---|---|
UserBucket |
clone() |
boolean |
equals(Object obj) |
String |
getS3Bucket()
The name of the S3 bucket where the disk image is located.
|
String |
getS3Key()
The key for the disk image.
|
int |
hashCode() |
void |
setS3Bucket(String s3Bucket)
The name of the S3 bucket where the disk image is located.
|
void |
setS3Key(String s3Key)
The key for the disk image.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UserBucket |
withS3Bucket(String s3Bucket)
The name of the S3 bucket where the disk image is located.
|
UserBucket |
withS3Key(String s3Key)
The key for the disk image.
|
public String getS3Bucket()
public void setS3Bucket(String s3Bucket)
s3Bucket
- The name of the S3 bucket where the disk image is located.public UserBucket withS3Bucket(String s3Bucket)
Returns a reference to this object so that method calls can be chained together.
s3Bucket
- The name of the S3 bucket where the disk image is located.public String getS3Key()
public void setS3Key(String s3Key)
s3Key
- The key for the disk image.public UserBucket withS3Key(String s3Key)
Returns a reference to this object so that method calls can be chained together.
s3Key
- The key for the disk image.public String toString()
toString
in class Object
Object.toString()
public UserBucket clone()
Copyright © 2015. All rights reserved.