Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ImportImageRequest.Builder,ImportImageRequest>
@Generated("software.amazon.awssdk:codegen") public class ImportImageRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ImportImageRequest.Builder,ImportImageRequest>
Contains the parameters for ImportImage.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ImportImageRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
architecture() |
The architecture of the virtual machine.
|
static ImportImageRequest.Builder |
builder() |
|
ClientData |
clientData() |
The client-specific data.
|
String |
clientToken() |
The token to enable idempotency for VM import requests.
|
String |
description() |
A description string for the import image task.
|
List<ImageDiskContainer> |
diskContainers() |
Information about the disk containers.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hypervisor() |
The target hypervisor platform.
|
String |
licenseType() |
The license type to be used for the Amazon Machine Image (AMI) after importing.
|
String |
platform() |
The operating system of the virtual machine.
|
String |
roleName() |
The name of the role to use when not using the default role, 'vmimport'.
|
static Class<? extends ImportImageRequest.Builder> |
serializableBuilderClass() |
|
ImportImageRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String architecture()
The architecture of the virtual machine.
Valid values: i386
| x86_64
Valid values: i386
| x86_64
public ClientData clientData()
The client-specific data.
public String clientToken()
The token to enable idempotency for VM import requests.
public String description()
A description string for the import image task.
public List<ImageDiskContainer> diskContainers()
Information about the disk containers.
public String hypervisor()
The target hypervisor platform.
Valid values: xen
Valid values: xen
public String licenseType()
The license type to be used for the Amazon Machine Image (AMI) after importing.
Note: You may only use BYOL if you have existing licenses with rights to use these licenses in a third party cloud like AWS. For more information, see Prerequisites in the VM Import/Export User Guide.
Valid values: AWS
| BYOL
Note: You may only use BYOL if you have existing licenses with rights to use these licenses in a third party cloud like AWS. For more information, see Prerequisites in the VM Import/Export User Guide.
Valid values: AWS
| BYOL
public String platform()
The operating system of the virtual machine.
Valid values: Windows
| Linux
Valid values: Windows
| Linux
public String roleName()
The name of the role to use when not using the default role, 'vmimport'.
public ImportImageRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ImportImageRequest.Builder,ImportImageRequest>
public static ImportImageRequest.Builder builder()
public static Class<? extends ImportImageRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.