Uses of Interface
software.amazon.awssdk.services.ec2.model.ExportToS3Task.Builder
Packages that use ExportToS3Task.Builder
-
Uses of ExportToS3Task.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ExportToS3Task.BuilderModifier and TypeMethodDescriptionstatic ExportToS3Task.BuilderExportToS3Task.builder()ExportToS3Task.Builder.containerFormat(String containerFormat) The container format used to combine disk images with metadata (such as OVF).ExportToS3Task.Builder.containerFormat(ContainerFormat containerFormat) The container format used to combine disk images with metadata (such as OVF).ExportToS3Task.Builder.diskImageFormat(String diskImageFormat) The format for the exported image.ExportToS3Task.Builder.diskImageFormat(DiskImageFormat diskImageFormat) The format for the exported image.The Amazon S3 bucket for the destination image.The encryption key for your S3 bucket.ExportToS3Task.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ExportToS3Task.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExportToS3Task.Builder>ExportToS3Task.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ExportToS3Task.BuilderModifier and TypeMethodDescriptiondefault ExportTask.BuilderExportTask.Builder.exportToS3Task(Consumer<ExportToS3Task.Builder> exportToS3Task) Information about the export task.