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()booleanThe name of the S3 bucket where the disk image is located.getS3Key()The file name of the disk image.inthashCode()voidsetS3Bucket(String s3Bucket) The name of the S3 bucket where the disk image is located.voidThe 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
-
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
-