| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static ExportToS3Task.Builder |
ExportToS3Task.builder() |
ExportToS3Task.Builder |
ExportToS3Task.Builder.containerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
ExportToS3Task.Builder |
ExportToS3Task.Builder.containerFormat(String containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
ExportToS3Task.Builder |
ExportToS3Task.Builder.diskImageFormat(DiskImageFormat diskImageFormat)
The format for the exported image.
|
ExportToS3Task.Builder |
ExportToS3Task.Builder.diskImageFormat(String diskImageFormat)
The format for the exported image.
|
ExportToS3Task.Builder |
ExportToS3Task.Builder.s3Bucket(String s3Bucket)
The Amazon S3 bucket for the destination image.
|
ExportToS3Task.Builder |
ExportToS3Task.Builder.s3Key(String s3Key)
The encryption key for your S3 bucket.
|
ExportToS3Task.Builder |
ExportToS3Task.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportToS3Task.Builder> |
ExportToS3Task.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExportTask.Builder |
ExportTask.Builder.exportToS3Task(Consumer<ExportToS3Task.Builder> exportToS3Task)
Information about the export task.
|
Copyright © 2020. All rights reserved.