public class ExportToS3TaskSpecification extends Object implements Serializable
Constructor and Description |
---|
ExportToS3TaskSpecification() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getContainerFormat()
Constraints:
Allowed Values: ova |
String |
getDiskImageFormat()
Constraints:
Allowed Values: VMDK, RAW, VHD |
String |
getS3Bucket() |
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(String containerFormat)
Constraints:
Allowed Values: ova |
void |
setDiskImageFormat(DiskImageFormat diskImageFormat)
Constraints:
Allowed Values: VMDK, RAW, VHD |
void |
setDiskImageFormat(String diskImageFormat)
Constraints:
Allowed Values: VMDK, RAW, VHD |
void |
setS3Bucket(String s3Bucket) |
void |
setS3Prefix(String s3Prefix)
The image is written to a single object in the Amazon S3 bucket at the
S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
|
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(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(String diskImageFormat)
Returns a reference to this object so that method calls can be chained together.
|
ExportToS3TaskSpecification |
withS3Bucket(String s3Bucket)
Returns a reference to this object so that method calls can be chained together.
|
ExportToS3TaskSpecification |
withS3Prefix(String s3Prefix)
The image is written to a single object in the Amazon S3 bucket at the
S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
|
public String getDiskImageFormat()
Constraints:
Allowed Values: VMDK, RAW, VHD
DiskImageFormat
public void setDiskImageFormat(String diskImageFormat)
Constraints:
Allowed Values: VMDK, RAW, VHD
diskImageFormat
- DiskImageFormat
public ExportToS3TaskSpecification withDiskImageFormat(String diskImageFormat)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: VMDK, RAW, VHD
diskImageFormat
- DiskImageFormat
public void setDiskImageFormat(DiskImageFormat diskImageFormat)
Constraints:
Allowed Values: VMDK, RAW, VHD
diskImageFormat
- DiskImageFormat
public 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
- DiskImageFormat
public String getContainerFormat()
Constraints:
Allowed Values: ova
ContainerFormat
public void setContainerFormat(String containerFormat)
Constraints:
Allowed Values: ova
containerFormat
- ContainerFormat
public ExportToS3TaskSpecification withContainerFormat(String containerFormat)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ova
containerFormat
- ContainerFormat
public void setContainerFormat(ContainerFormat containerFormat)
Constraints:
Allowed Values: ova
containerFormat
- ContainerFormat
public ExportToS3TaskSpecification withContainerFormat(ContainerFormat containerFormat)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ova
containerFormat
- ContainerFormat
public String getS3Bucket()
public void setS3Bucket(String s3Bucket)
s3Bucket
- public ExportToS3TaskSpecification withS3Bucket(String s3Bucket)
Returns a reference to this object so that method calls can be chained together.
s3Bucket
- public String getS3Prefix()
public void setS3Prefix(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(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 String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.