Uses of Interface
software.amazon.awssdk.services.ec2.model.ExportImageTask.Builder
Packages that use ExportImageTask.Builder
-
Uses of ExportImageTask.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ExportImageTask.BuilderModifier and TypeMethodDescriptionstatic ExportImageTask.BuilderExportImageTask.builder()ExportImageTask.Builder.description(String description) A description of the image being exported.ExportImageTask.Builder.exportImageTaskId(String exportImageTaskId) The ID of the export image task.The ID of the image.The percent complete of the export image task.default ExportImageTask.BuilderExportImageTask.Builder.s3ExportLocation(Consumer<ExportTaskS3Location.Builder> s3ExportLocation) Information about the destination Amazon S3 bucket.ExportImageTask.Builder.s3ExportLocation(ExportTaskS3Location s3ExportLocation) Information about the destination Amazon S3 bucket.The status of the export image task.ExportImageTask.Builder.statusMessage(String statusMessage) The status message for the export image task.ExportImageTask.Builder.tags(Collection<Tag> tags) Any tags assigned to the export image task.ExportImageTask.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the export image task.Any tags assigned to the export image task.ExportImageTask.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ExportImageTask.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExportImageTask.Builder>ExportImageTask.serializableBuilderClass()