Package com.amazonaws.services.ec2.model
Class UserBucketDetails
java.lang.Object
com.amazonaws.services.ec2.model.UserBucketDetails
- 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 S3 bucket from which the disk image was created.getS3Key()
The file name of the disk image.int
hashCode()
void
setS3Bucket
(String s3Bucket) The S3 bucket from which the disk image was created.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 S3 bucket from which the disk image was created.The file name of the disk image.
-
Constructor Details
-
UserBucketDetails
public UserBucketDetails()
-
-
Method Details
-
setS3Bucket
The S3 bucket from which the disk image was created.
- Parameters:
s3Bucket
- The S3 bucket from which the disk image was created.
-
getS3Bucket
The S3 bucket from which the disk image was created.
- Returns:
- The S3 bucket from which the disk image was created.
-
withS3Bucket
The S3 bucket from which the disk image was created.
- Parameters:
s3Bucket
- The S3 bucket from which the disk image was created.- 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
-