Uses of Interface
software.amazon.awssdk.services.ec2.model.ExportImageRequest.Builder
Packages that use ExportImageRequest.Builder
Package
Description
-
Uses of ExportImageRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ExportImageRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ExportImageResponse>Ec2AsyncClient.exportImage(Consumer<ExportImageRequest.Builder> exportImageRequest) Exports an Amazon Machine Image (AMI) to a VM file.default ExportImageResponseEc2Client.exportImage(Consumer<ExportImageRequest.Builder> exportImageRequest) Exports an Amazon Machine Image (AMI) to a VM file. -
Uses of ExportImageRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ExportImageRequest.BuilderModifier and TypeMethodDescriptionstatic ExportImageRequest.BuilderExportImageRequest.builder()ExportImageRequest.Builder.clientToken(String clientToken) Token to enable idempotency for export image requests.ExportImageRequest.Builder.description(String description) A description of the image being exported.ExportImageRequest.Builder.diskImageFormat(String diskImageFormat) The disk image format.ExportImageRequest.Builder.diskImageFormat(DiskImageFormat diskImageFormat) The disk image format.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.The ID of the image.ExportImageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ExportImageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.default ExportImageRequest.BuilderExportImageRequest.Builder.s3ExportLocation(Consumer<ExportTaskS3LocationRequest.Builder> s3ExportLocation) The Amazon S3 bucket for the destination image.ExportImageRequest.Builder.s3ExportLocation(ExportTaskS3LocationRequest s3ExportLocation) The Amazon S3 bucket for the destination image.ExportImageRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the export image task during creation.ExportImageRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the export image task during creation.ExportImageRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the export image task during creation.ExportImageRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ExportImageRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExportImageRequest.Builder>ExportImageRequest.serializableBuilderClass()