Uses of Interface
software.amazon.awssdk.services.ec2.model.ExportToS3TaskSpecification.Builder
Packages that use ExportToS3TaskSpecification.Builder
-
Uses of ExportToS3TaskSpecification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ExportToS3TaskSpecification.BuilderModifier and TypeMethodDescriptionExportToS3TaskSpecification.builder()ExportToS3TaskSpecification.Builder.containerFormat(String containerFormat) The container format used to combine disk images with metadata (such as OVF).ExportToS3TaskSpecification.Builder.containerFormat(ContainerFormat containerFormat) The container format used to combine disk images with metadata (such as OVF).ExportToS3TaskSpecification.Builder.diskImageFormat(String diskImageFormat) The format for the exported image.ExportToS3TaskSpecification.Builder.diskImageFormat(DiskImageFormat diskImageFormat) The format for the exported image.The Amazon S3 bucket for the destination image.The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.ExportToS3TaskSpecification.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ExportToS3TaskSpecification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExportToS3TaskSpecification.Builder>ExportToS3TaskSpecification.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ExportToS3TaskSpecification.BuilderModifier and TypeMethodDescriptionCreateInstanceExportTaskRequest.Builder.exportToS3Task(Consumer<ExportToS3TaskSpecification.Builder> exportToS3Task) The format and location for an export instance task.