Package com.amazonaws.services.ec2.model
Class Storage
java.lang.Object
com.amazonaws.services.ec2.model.Storage
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the storage location for an instance store-backed AMI.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Storage
public Storage()
-
-
Method Details
-
setS3
An Amazon S3 storage location.
- Parameters:
s3
- An Amazon S3 storage location.
-
getS3
An Amazon S3 storage location.
- Returns:
- An Amazon S3 storage location.
-
withS3
An Amazon S3 storage location.
- Parameters:
s3
- An Amazon S3 storage location.- 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
-