@Generated(value="software.amazon.awssdk:codegen") public final class RegisterImageRequest extends Ec2Request implements ToCopyableBuilder<RegisterImageRequest.Builder,RegisterImageRequest>
Contains the parameters for RegisterImage.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisterImageRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
ArchitectureValues |
architecture()
The architecture of the AMI.
|
String |
architectureAsString()
The architecture of the AMI.
|
List<String> |
billingProducts()
The billing product codes.
|
List<BlockDeviceMapping> |
blockDeviceMappings()
The block device mapping entries.
|
static RegisterImageRequest.Builder |
builder() |
String |
description()
A description for your AMI.
|
Boolean |
enaSupport()
Set to
true to enable enhanced networking with ENA for the AMI and any instances that you launch
from the AMI. |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageLocation()
The full path to your AMI manifest in Amazon S3 storage.
|
String |
kernelId()
The ID of the kernel.
|
String |
name()
A name for your AMI.
|
String |
ramdiskId()
The ID of the RAM disk.
|
String |
rootDeviceName()
The device name of the root device volume (for example,
/dev/sda1). |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegisterImageRequest.Builder> |
serializableBuilderClass() |
String |
sriovNetSupport()
Set to
simple to enable enhanced networking with the Intel 82599 Virtual Function interface for the
AMI and any instances that you launch from the AMI. |
RegisterImageRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
virtualizationType()
The type of virtualization (
hvm | paravirtual). |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String imageLocation()
The full path to your AMI manifest in Amazon S3 storage. The specified bucket must have the
aws-exec-read canned access control list (ACL) to ensure that it can be accessed by Amazon EC2. For
more information, see Canned ACLs in the
Amazon S3 Service Developer Guide.
aws-exec-read canned access control list (ACL) to ensure that it can be accessed by Amazon
EC2. For more information, see Canned ACLs in
the Amazon S3 Service Developer Guide.public ArchitectureValues architecture()
The architecture of the AMI.
Default: For Amazon EBS-backed AMIs, i386. For instance store-backed AMIs, the architecture
specified in the manifest file.
If the service returns an enum value that is not available in the current SDK version, architecture will
return ArchitectureValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
architectureAsString().
Default: For Amazon EBS-backed AMIs, i386. For instance store-backed AMIs, the architecture
specified in the manifest file.
ArchitectureValuespublic String architectureAsString()
The architecture of the AMI.
Default: For Amazon EBS-backed AMIs, i386. For instance store-backed AMIs, the architecture
specified in the manifest file.
If the service returns an enum value that is not available in the current SDK version, architecture will
return ArchitectureValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
architectureAsString().
Default: For Amazon EBS-backed AMIs, i386. For instance store-backed AMIs, the architecture
specified in the manifest file.
ArchitectureValuespublic List<BlockDeviceMapping> blockDeviceMappings()
The block device mapping entries.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String description()
A description for your AMI.
public Boolean enaSupport()
Set to true to enable enhanced networking with ENA for the AMI and any instances that you launch
from the AMI.
This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.
true to enable enhanced networking with ENA for the AMI and any instances that you
launch from the AMI.
This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.
public String kernelId()
The ID of the kernel.
public String name()
A name for your AMI.
Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)
Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)
public List<String> billingProducts()
The billing product codes. Your account must be authorized to specify billing product codes. Otherwise, you can use the AWS Marketplace to bill for the use of an AMI.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String ramdiskId()
The ID of the RAM disk.
public String rootDeviceName()
The device name of the root device volume (for example, /dev/sda1).
/dev/sda1).public String sriovNetSupport()
Set to simple to enable enhanced networking with the Intel 82599 Virtual Function interface for the
AMI and any instances that you launch from the AMI.
There is no way to disable sriovNetSupport at this time.
This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.
simple to enable enhanced networking with the Intel 82599 Virtual Function interface
for the AMI and any instances that you launch from the AMI.
There is no way to disable sriovNetSupport at this time.
This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.
public String virtualizationType()
The type of virtualization (hvm | paravirtual).
Default: paravirtual
hvm | paravirtual).
Default: paravirtual
public RegisterImageRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegisterImageRequest.Builder,RegisterImageRequest>toBuilder in class Ec2Requestpublic static RegisterImageRequest.Builder builder()
public static Class<? extends RegisterImageRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.