Uses of Interface
software.amazon.awssdk.services.ec2.model.ImportImageResponse.Builder
Packages that use ImportImageResponse.Builder
-
Uses of ImportImageResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ImportImageResponse.BuilderModifier and TypeMethodDescriptionImportImageResponse.Builder.architecture(String architecture) The architecture of the virtual machine.static ImportImageResponse.BuilderImportImageResponse.builder()ImportImageResponse.Builder.description(String description) A description of the import task.Indicates whether the AMI is encrypted.ImportImageResponse.Builder.hypervisor(String hypervisor) The target hypervisor of the import task.The ID of the Amazon Machine Image (AMI) created by the import task.ImportImageResponse.Builder.importTaskId(String importTaskId) The task ID of the import image task.The identifier for the symmetric KMS key that was used to create the encrypted AMI.ImportImageResponse.Builder.licenseSpecifications(Collection<ImportImageLicenseConfigurationResponse> licenseSpecifications) The ARNs of the license configurations.ImportImageResponse.Builder.licenseSpecifications(Consumer<ImportImageLicenseConfigurationResponse.Builder>... licenseSpecifications) The ARNs of the license configurations.ImportImageResponse.Builder.licenseSpecifications(ImportImageLicenseConfigurationResponse... licenseSpecifications) The ARNs of the license configurations.ImportImageResponse.Builder.licenseType(String licenseType) The license type of the virtual machine.The operating system of the virtual machine.The progress of the task.ImportImageResponse.Builder.snapshotDetails(Collection<SnapshotDetail> snapshotDetails) Information about the snapshots.ImportImageResponse.Builder.snapshotDetails(Consumer<SnapshotDetail.Builder>... snapshotDetails) Information about the snapshots.ImportImageResponse.Builder.snapshotDetails(SnapshotDetail... snapshotDetails) Information about the snapshots.A brief status of the task.ImportImageResponse.Builder.statusMessage(String statusMessage) A detailed status message of the import task.ImportImageResponse.Builder.tags(Collection<Tag> tags) Any tags assigned to the import image task.ImportImageResponse.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the import image task.Any tags assigned to the import image task.ImportImageResponse.toBuilder()ImportImageResponse.Builder.usageOperation(String usageOperation) The usage operation value.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImportImageResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImportImageResponse.Builder>ImportImageResponse.serializableBuilderClass()