Uses of Interface
software.amazon.awssdk.services.ec2.model.ImportImageTask.Builder
Packages that use ImportImageTask.Builder
-
Uses of ImportImageTask.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ImportImageTask.BuilderModifier and TypeMethodDescriptionImportImageTask.Builder.architecture(String architecture) The architecture of the virtual machine.The boot mode of the virtual machine.ImportImageTask.Builder.bootMode(BootModeValues bootMode) The boot mode of the virtual machine.static ImportImageTask.BuilderImportImageTask.builder()ImportImageTask.Builder.description(String description) A description of the import task.Indicates whether the image is encrypted.ImportImageTask.Builder.hypervisor(String hypervisor) The target hypervisor for the import task.The ID of the Amazon Machine Image (AMI) of the imported virtual machine.ImportImageTask.Builder.importTaskId(String importTaskId) The ID of the import image task.The identifier for the KMS key that was used to create the encrypted image.ImportImageTask.Builder.licenseSpecifications(Collection<ImportImageLicenseConfigurationResponse> licenseSpecifications) The ARNs of the license configurations that are associated with the import image task.ImportImageTask.Builder.licenseSpecifications(Consumer<ImportImageLicenseConfigurationResponse.Builder>... licenseSpecifications) The ARNs of the license configurations that are associated with the import image task.ImportImageTask.Builder.licenseSpecifications(ImportImageLicenseConfigurationResponse... licenseSpecifications) The ARNs of the license configurations that are associated with the import image task.ImportImageTask.Builder.licenseType(String licenseType) The license type of the virtual machine.The description string for the import image task.The percentage of progress of the import image task.ImportImageTask.Builder.snapshotDetails(Collection<SnapshotDetail> snapshotDetails) Information about the snapshots.ImportImageTask.Builder.snapshotDetails(Consumer<SnapshotDetail.Builder>... snapshotDetails) Information about the snapshots.ImportImageTask.Builder.snapshotDetails(SnapshotDetail... snapshotDetails) Information about the snapshots.A brief status for the import image task.ImportImageTask.Builder.statusMessage(String statusMessage) A descriptive status message for the import image task.ImportImageTask.Builder.tags(Collection<Tag> tags) The tags for the import image task.ImportImageTask.Builder.tags(Consumer<Tag.Builder>... tags) The tags for the import image task.The tags for the import image task.ImportImageTask.toBuilder()ImportImageTask.Builder.usageOperation(String usageOperation) The usage operation value.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImportImageTask.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImportImageTask.Builder>ImportImageTask.serializableBuilderClass()