@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportToS3Task extends Object implements Serializable, Cloneable
Describes the format and location for the export task.
Constructor and Description |
---|
ExportToS3Task() |
Modifier and Type | Method and Description |
---|---|
ExportToS3Task |
clone() |
boolean |
equals(Object obj) |
String |
getContainerFormat()
The container format used to combine disk images with metadata (such as OVF).
|
String |
getDiskImageFormat()
The format for the exported image.
|
String |
getS3Bucket()
The Amazon S3 bucket for the destination image.
|
String |
getS3Key()
The encryption key for your S3 bucket.
|
int |
hashCode() |
void |
setContainerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
void |
setContainerFormat(String containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
void |
setDiskImageFormat(DiskImageFormat diskImageFormat)
The format for the exported image.
|
void |
setDiskImageFormat(String diskImageFormat)
The format for the exported image.
|
void |
setS3Bucket(String s3Bucket)
The Amazon S3 bucket for the destination image.
|
void |
setS3Key(String s3Key)
The encryption key for your S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
ExportToS3Task |
withContainerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
ExportToS3Task |
withContainerFormat(String containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
ExportToS3Task |
withDiskImageFormat(DiskImageFormat diskImageFormat)
The format for the exported image.
|
ExportToS3Task |
withDiskImageFormat(String diskImageFormat)
The format for the exported image.
|
ExportToS3Task |
withS3Bucket(String s3Bucket)
The Amazon S3 bucket for the destination image.
|
ExportToS3Task |
withS3Key(String s3Key)
The encryption key for your S3 bucket.
|
public void setContainerFormat(String containerFormat)
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
containerFormat
- The container format used to combine disk images with metadata (such as OVF). If absent, only the disk
image is exported.ContainerFormat
public String getContainerFormat()
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
ContainerFormat
public ExportToS3Task withContainerFormat(String containerFormat)
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
containerFormat
- The container format used to combine disk images with metadata (such as OVF). If absent, only the disk
image is exported.ContainerFormat
public void setContainerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
containerFormat
- The container format used to combine disk images with metadata (such as OVF). If absent, only the disk
image is exported.ContainerFormat
public ExportToS3Task withContainerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
containerFormat
- The container format used to combine disk images with metadata (such as OVF). If absent, only the disk
image is exported.ContainerFormat
public void setDiskImageFormat(String diskImageFormat)
The format for the exported image.
diskImageFormat
- The format for the exported image.DiskImageFormat
public String getDiskImageFormat()
The format for the exported image.
DiskImageFormat
public ExportToS3Task withDiskImageFormat(String diskImageFormat)
The format for the exported image.
diskImageFormat
- The format for the exported image.DiskImageFormat
public void setDiskImageFormat(DiskImageFormat diskImageFormat)
The format for the exported image.
diskImageFormat
- The format for the exported image.DiskImageFormat
public ExportToS3Task withDiskImageFormat(DiskImageFormat diskImageFormat)
The format for the exported image.
diskImageFormat
- The format for the exported image.DiskImageFormat
public void setS3Bucket(String s3Bucket)
The Amazon S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP
permissions to the Amazon Web Services account [email protected]
.
s3Bucket
- The Amazon S3 bucket for the destination image. The destination bucket must exist and grant WRITE and
READ_ACP permissions to the Amazon Web Services account [email protected]
.public String getS3Bucket()
The Amazon S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP
permissions to the Amazon Web Services account [email protected]
.
[email protected]
.public ExportToS3Task withS3Bucket(String s3Bucket)
The Amazon S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP
permissions to the Amazon Web Services account [email protected]
.
s3Bucket
- The Amazon S3 bucket for the destination image. The destination bucket must exist and grant WRITE and
READ_ACP permissions to the Amazon Web Services account [email protected]
.public void setS3Key(String s3Key)
The encryption key for your S3 bucket.
s3Key
- The encryption key for your S3 bucket.public String getS3Key()
The encryption key for your S3 bucket.
public ExportToS3Task withS3Key(String s3Key)
The encryption key for your S3 bucket.
s3Key
- The encryption key for your S3 bucket.public String toString()
toString
in class Object
Object.toString()
public ExportToS3Task clone()