public class ExportToS3TaskSpecification
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ExportToS3TaskSpecification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContainerFormat()
Constraints:
Allowed Values: ova |
java.lang.String |
getDiskImageFormat()
Constraints:
Allowed Values: VMDK, RAW, VHD |
java.lang.String |
getS3Bucket() |
java.lang.String |
getS3Prefix()
The image is written to a single object in the Amazon S3 bucket at the
S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
|
int |
hashCode() |
void |
setContainerFormat(ContainerFormat containerFormat)
Constraints:
Allowed Values: ova |
void |
setContainerFormat(java.lang.String containerFormat)
Constraints:
Allowed Values: ova |
void |
setDiskImageFormat(DiskImageFormat diskImageFormat)
Constraints:
Allowed Values: VMDK, RAW, VHD |
void |
setDiskImageFormat(java.lang.String diskImageFormat)
Constraints:
Allowed Values: VMDK, RAW, VHD |
void |
setS3Bucket(java.lang.String s3Bucket) |
void |
setS3Prefix(java.lang.String s3Prefix)
The image is written to a single object in the Amazon S3 bucket at the
S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ExportToS3TaskSpecification |
withContainerFormat(ContainerFormat containerFormat)
Returns a reference to this object so that method calls can be chained together.
|
ExportToS3TaskSpecification |
withContainerFormat(java.lang.String containerFormat)
Returns a reference to this object so that method calls can be chained together.
|
ExportToS3TaskSpecification |
withDiskImageFormat(DiskImageFormat diskImageFormat)
Returns a reference to this object so that method calls can be chained together.
|
ExportToS3TaskSpecification |
withDiskImageFormat(java.lang.String diskImageFormat)
Returns a reference to this object so that method calls can be chained together.
|
ExportToS3TaskSpecification |
withS3Bucket(java.lang.String s3Bucket)
Returns a reference to this object so that method calls can be chained together.
|
ExportToS3TaskSpecification |
withS3Prefix(java.lang.String s3Prefix)
The image is written to a single object in the Amazon S3 bucket at the
S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
|
public java.lang.String getDiskImageFormat()
Constraints:
Allowed Values: VMDK, RAW, VHD
DiskImageFormatpublic void setDiskImageFormat(java.lang.String diskImageFormat)
Constraints:
Allowed Values: VMDK, RAW, VHD
diskImageFormat - DiskImageFormatpublic ExportToS3TaskSpecification withDiskImageFormat(java.lang.String diskImageFormat)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: VMDK, RAW, VHD
diskImageFormat - DiskImageFormatpublic void setDiskImageFormat(DiskImageFormat diskImageFormat)
Constraints:
Allowed Values: VMDK, RAW, VHD
diskImageFormat - DiskImageFormatpublic ExportToS3TaskSpecification withDiskImageFormat(DiskImageFormat diskImageFormat)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: VMDK, RAW, VHD
diskImageFormat - DiskImageFormatpublic java.lang.String getContainerFormat()
Constraints:
Allowed Values: ova
ContainerFormatpublic void setContainerFormat(java.lang.String containerFormat)
Constraints:
Allowed Values: ova
containerFormat - ContainerFormatpublic ExportToS3TaskSpecification withContainerFormat(java.lang.String containerFormat)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ova
containerFormat - ContainerFormatpublic void setContainerFormat(ContainerFormat containerFormat)
Constraints:
Allowed Values: ova
containerFormat - ContainerFormatpublic ExportToS3TaskSpecification withContainerFormat(ContainerFormat containerFormat)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ova
containerFormat - ContainerFormatpublic java.lang.String getS3Bucket()
public void setS3Bucket(java.lang.String s3Bucket)
s3Bucket - public ExportToS3TaskSpecification withS3Bucket(java.lang.String s3Bucket)
Returns a reference to this object so that method calls can be chained together.
s3Bucket - public java.lang.String getS3Prefix()
public void setS3Prefix(java.lang.String s3Prefix)
s3Prefix - The image is written to a single object in the Amazon S3 bucket at the
S3 key s3prefix + exportTaskId + '.' + diskImageFormat.public ExportToS3TaskSpecification withS3Prefix(java.lang.String s3Prefix)
Returns a reference to this object so that method calls can be chained together.
s3Prefix - The image is written to a single object in the Amazon S3 bucket at the
S3 key s3prefix + exportTaskId + '.' + diskImageFormat.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object