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()booleanThe S3 bucket from which the disk image was created.getS3Key()The file name of the disk image.inthashCode()voidsetS3Bucket(String s3Bucket) The S3 bucket from which the disk image was created.voidThe 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
-
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
-
equals
-
hashCode
-
clone
-