public static interface ExportToS3Task.Builder extends SdkPojo, CopyableBuilder<ExportToS3Task.Builder,ExportToS3Task>
Modifier and Type | Method and Description |
---|---|
ExportToS3Task.Builder |
containerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
ExportToS3Task.Builder |
containerFormat(String containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
ExportToS3Task.Builder |
diskImageFormat(DiskImageFormat diskImageFormat)
The format for the exported image.
|
ExportToS3Task.Builder |
diskImageFormat(String diskImageFormat)
The format for the exported image.
|
ExportToS3Task.Builder |
s3Bucket(String s3Bucket)
The S3 bucket for the destination image.
|
ExportToS3Task.Builder |
s3Key(String s3Key)
The encryption key for your S3 bucket.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ExportToS3Task.Builder containerFormat(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
,
ContainerFormat
ExportToS3Task.Builder containerFormat(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
,
ContainerFormat
ExportToS3Task.Builder diskImageFormat(String diskImageFormat)
The format for the exported image.
diskImageFormat
- The format for the exported image.DiskImageFormat
,
DiskImageFormat
ExportToS3Task.Builder diskImageFormat(DiskImageFormat diskImageFormat)
The format for the exported image.
diskImageFormat
- The format for the exported image.DiskImageFormat
,
DiskImageFormat
ExportToS3Task.Builder s3Bucket(String s3Bucket)
The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP
permissions to the AWS account [email protected]
.
s3Bucket
- The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and
READ_ACP permissions to the AWS account [email protected]
.ExportToS3Task.Builder s3Key(String s3Key)
The encryption key for your S3 bucket.
s3Key
- The encryption key for your S3 bucket.Copyright © 2019. All rights reserved.