Package com.amazonaws.services.ec2.model
Class UserBucket
java.lang.Object
com.amazonaws.services.ec2.model.UserBucket
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the S3 bucket for the disk image.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the S3 bucket where the disk image is located.getS3Key()
The file name of the disk image.int
hashCode()
void
setS3Bucket
(String s3Bucket) The name of the S3 bucket where the disk image is located.void
The file name of the disk image.toString()
Returns a string representation of this object; useful for testing and debugging.withS3Bucket
(String s3Bucket) The name of the S3 bucket where the disk image is located.The file name of the disk image.
-
Constructor Details
-
UserBucket
public UserBucket()
-
-
Method Details
-
setS3Bucket
The name of the S3 bucket where the disk image is located.
- Parameters:
s3Bucket
- The name of the S3 bucket where the disk image is located.
-
getS3Bucket
The name of the S3 bucket where the disk image is located.
- Returns:
- The name of the S3 bucket where the disk image is located.
-
withS3Bucket
The name of the S3 bucket where the disk image is located.
- Parameters:
s3Bucket
- The name of the S3 bucket where the disk image is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setS3Key
The file name of the disk image.
- Parameters:
s3Key
- The file name of the disk image.
-
getS3Key
The file name of the disk image.
- Returns:
- The file name of the disk image.
-
withS3Key
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.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-