|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.Storage
public class Storage
Describes the storage destination for a BundleTask when bundling a Windows instance.
Constructor Summary | |
---|---|
Storage()
|
Method Summary | |
---|---|
S3Storage |
getS3()
The details of S3 storage for bundling a Windows instance. |
void |
setS3(S3Storage s3)
The details of S3 storage for bundling a Windows instance. |
String |
toString()
|
Storage |
withS3(S3Storage s3)
The details of S3 storage for bundling a Windows instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Storage()
Method Detail |
---|
public S3Storage getS3()
public void setS3(S3Storage s3)
s3
- The details of S3 storage for bundling a Windows instance.public Storage withS3(S3Storage s3)
Returns a reference to this object so that method calls can be chained together.
s3
- The details of S3 storage for bundling a Windows instance.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |