Uses of Interface
software.amazon.awssdk.services.ec2.model.ExportImageResponse.Builder
Packages that use ExportImageResponse.Builder
-
Uses of ExportImageResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ExportImageResponse.BuilderModifier and TypeMethodDescriptionstatic ExportImageResponse.BuilderExportImageResponse.builder()ExportImageResponse.Builder.description(String description) A description of the image being exported.ExportImageResponse.Builder.diskImageFormat(String diskImageFormat) The disk image format for the exported image.ExportImageResponse.Builder.diskImageFormat(DiskImageFormat diskImageFormat) The disk image format for the exported image.ExportImageResponse.Builder.exportImageTaskId(String exportImageTaskId) The ID of the export image task.The ID of the image.The percent complete of the export image task.The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.default ExportImageResponse.BuilderExportImageResponse.Builder.s3ExportLocation(Consumer<ExportTaskS3Location.Builder> s3ExportLocation) Information about the destination Amazon S3 bucket.ExportImageResponse.Builder.s3ExportLocation(ExportTaskS3Location s3ExportLocation) Information about the destination Amazon S3 bucket.The status of the export image task.ExportImageResponse.Builder.statusMessage(String statusMessage) The status message for the export image task.ExportImageResponse.Builder.tags(Collection<Tag> tags) Any tags assigned to the export image task.ExportImageResponse.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the export image task.Any tags assigned to the export image task.ExportImageResponse.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ExportImageResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExportImageResponse.Builder>ExportImageResponse.serializableBuilderClass()