public class Storage
extends java.lang.Object
implements java.io.Serializable
Describes the storage destination for a BundleTask when bundling a Windows instance.
| コンストラクタと説明 |
|---|
Storage() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
S3Storage |
getS3()
The details of S3 storage for bundling a Windows instance.
|
int |
hashCode() |
void |
setS3(S3Storage s3)
The details of S3 storage for bundling a Windows instance.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Storage |
withS3(S3Storage s3)
The details of S3 storage for bundling a Windows instance.
|
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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object