| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static ExportToS3TaskSpecification.Builder |
ExportToS3TaskSpecification.builder() |
ExportToS3TaskSpecification.Builder |
ExportToS3TaskSpecification.Builder.containerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
ExportToS3TaskSpecification.Builder |
ExportToS3TaskSpecification.Builder.containerFormat(String containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
ExportToS3TaskSpecification.Builder |
ExportToS3TaskSpecification.Builder.diskImageFormat(DiskImageFormat diskImageFormat)
The format for the exported image.
|
ExportToS3TaskSpecification.Builder |
ExportToS3TaskSpecification.Builder.diskImageFormat(String diskImageFormat)
The format for the exported image.
|
ExportToS3TaskSpecification.Builder |
ExportToS3TaskSpecification.Builder.s3Bucket(String s3Bucket)
The Amazon S3 bucket for the destination image.
|
ExportToS3TaskSpecification.Builder |
ExportToS3TaskSpecification.Builder.s3Prefix(String s3Prefix)
The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + '.' +
diskImageFormat.
|
ExportToS3TaskSpecification.Builder |
ExportToS3TaskSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportToS3TaskSpecification.Builder> |
ExportToS3TaskSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateInstanceExportTaskRequest.Builder |
CreateInstanceExportTaskRequest.Builder.exportToS3Task(Consumer<ExportToS3TaskSpecification.Builder> exportToS3Task)
The format and location for an instance export task.
|
Copyright © 2020. All rights reserved.