CopyableBuilder<ImportImageResponse.Builder,ImportImageResponse>, SdkBuilder<ImportImageResponse.Builder,ImportImageResponse>public static interface ImportImageResponse.Builder extends CopyableBuilder<ImportImageResponse.Builder,ImportImageResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ImportImageResponse.Builder |
architecture(String architecture) |
The architecture of the virtual machine.
|
ImportImageResponse.Builder |
description(String description) |
A description of the import task.
|
ImportImageResponse.Builder |
hypervisor(String hypervisor) |
The target hypervisor of the import task.
|
ImportImageResponse.Builder |
imageId(String imageId) |
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.
|
ImportImageResponse.Builder |
licenseType(String licenseType) |
The license type of the virtual machine.
|
ImportImageResponse.Builder |
platform(String platform) |
The operating system of the virtual machine.
|
ImportImageResponse.Builder |
progress(String progress) |
The progress of the task.
|
ImportImageResponse.Builder |
snapshotDetails(Collection<SnapshotDetail> snapshotDetails) |
Information about the snapshots.
|
ImportImageResponse.Builder |
snapshotDetails(SnapshotDetail... snapshotDetails) |
Information about the snapshots.
|
ImportImageResponse.Builder |
status(String status) |
A brief status of the task.
|
ImportImageResponse.Builder |
statusMessage(String statusMessage) |
A detailed status message of the import task.
|
copyapply, buildImportImageResponse.Builder architecture(String architecture)
The architecture of the virtual machine.
architecture - The architecture of the virtual machine.ImportImageResponse.Builder description(String description)
A description of the import task.
description - A description of the import task.ImportImageResponse.Builder hypervisor(String hypervisor)
The target hypervisor of the import task.
hypervisor - The target hypervisor of the import task.ImportImageResponse.Builder imageId(String imageId)
The ID of the Amazon Machine Image (AMI) created by the import task.
imageId - 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.
importTaskId - The task ID of the import image task.ImportImageResponse.Builder licenseType(String licenseType)
The license type of the virtual machine.
licenseType - The license type of the virtual machine.ImportImageResponse.Builder platform(String platform)
The operating system of the virtual machine.
platform - The operating system of the virtual machine.ImportImageResponse.Builder progress(String progress)
The progress of the task.
progress - The progress of the task.ImportImageResponse.Builder snapshotDetails(Collection<SnapshotDetail> snapshotDetails)
Information about the snapshots.
snapshotDetails - Information about the snapshots.ImportImageResponse.Builder snapshotDetails(SnapshotDetail... snapshotDetails)
Information about the snapshots.
NOTE: This method appends the values to the existing list (if any). Use
#setSnapshotDetails(java.util.Collection) or #withSnapshotDetails(java.util.Collection) if
you want to override the existing values.
snapshotDetails - Information about the snapshots.ImportImageResponse.Builder status(String status)
A brief status of the task.
status - A brief status of the task.ImportImageResponse.Builder statusMessage(String statusMessage)
A detailed status message of the import task.
statusMessage - A detailed status message of the import task.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.