@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.
|
BootModeValues |
bootMode()
The boot mode of the AMI.
|
String |
bootModeAsString()
The boot mode of the AMI.
|
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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasBillingProducts()
For responses, this returns true if the service returned a value for the BillingProducts property.
|
boolean |
hasBlockDeviceMappings()
For responses, this returns true if the service returned a value for the BlockDeviceMappings property.
|
int |
hashCode() |
String |
imageLocation()
The full path to your AMI manifest in Amazon S3 storage.
|
ImdsSupportValues |
imdsSupport()
Set to
v2.0 to indicate that IMDSv2 is specified in the AMI. |
String |
imdsSupportAsString()
Set to
v2.0 to indicate that IMDSv2 is specified in the AMI. |
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.
|
TpmSupportValues |
tpmSupport()
Set to
v2.0 to enable Trusted Platform Module (TPM) support. |
String |
tpmSupportAsString()
Set to
v2.0 to enable Trusted Platform Module (TPM) support. |
String |
uefiData()
Base64 representation of the non-volatile UEFI variable store.
|
String |
virtualizationType()
The type of virtualization (
hvm | paravirtual ). |
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final 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 final 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.
ArchitectureValues
public final 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.
ArchitectureValues
public final boolean hasBlockDeviceMappings()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<BlockDeviceMapping> blockDeviceMappings()
The block device mapping entries.
If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the encryption state of the volume.
If you create an AMI on an Outpost, then all backing snapshots must be on the same Outpost or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can be used to launch instances on the same Outpost only. For more information, Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasBlockDeviceMappings()
method.
If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the encryption state of the volume.
If you create an AMI on an Outpost, then all backing snapshots must be on the same Outpost or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can be used to launch instances on the same Outpost only. For more information, Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.
public final String description()
A description for your AMI.
public final 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 final String kernelId()
The ID of the kernel.
public final 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 final boolean hasBillingProducts()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> billingProducts()
The billing product codes. Your account must be authorized to specify billing product codes. Otherwise, you can use the Amazon Web Services Marketplace to bill for the use of an AMI.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasBillingProducts()
method.
public final String ramdiskId()
The ID of the RAM disk.
public final String rootDeviceName()
The device name of the root device volume (for example, /dev/sda1
).
/dev/sda1
).public final 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 final String virtualizationType()
The type of virtualization (hvm
| paravirtual
).
Default: paravirtual
hvm
| paravirtual
).
Default: paravirtual
public final BootModeValues bootMode()
The boot mode of the AMI. For more information, see Boot modes in the Amazon Elastic Compute Cloud User Guide.
If the service returns an enum value that is not available in the current SDK version, bootMode
will
return BootModeValues.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
bootModeAsString()
.
BootModeValues
public final String bootModeAsString()
The boot mode of the AMI. For more information, see Boot modes in the Amazon Elastic Compute Cloud User Guide.
If the service returns an enum value that is not available in the current SDK version, bootMode
will
return BootModeValues.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
bootModeAsString()
.
BootModeValues
public final TpmSupportValues tpmSupport()
Set to v2.0
to enable Trusted Platform Module (TPM) support. For more information, see NitroTPM in the Amazon Elastic
Compute Cloud User Guide.
If the service returns an enum value that is not available in the current SDK version, tpmSupport
will
return TpmSupportValues.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
tpmSupportAsString()
.
v2.0
to enable Trusted Platform Module (TPM) support. For more information, see NitroTPM in the Amazon
Elastic Compute Cloud User Guide.TpmSupportValues
public final String tpmSupportAsString()
Set to v2.0
to enable Trusted Platform Module (TPM) support. For more information, see NitroTPM in the Amazon Elastic
Compute Cloud User Guide.
If the service returns an enum value that is not available in the current SDK version, tpmSupport
will
return TpmSupportValues.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
tpmSupportAsString()
.
v2.0
to enable Trusted Platform Module (TPM) support. For more information, see NitroTPM in the Amazon
Elastic Compute Cloud User Guide.TpmSupportValues
public final String uefiData()
Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the GetInstanceUefiData command. You can inspect and modify the UEFI data by using the python-uefivars tool on GitHub. For more information, see UEFI Secure Boot in the Amazon Elastic Compute Cloud User Guide.
public final ImdsSupportValues imdsSupport()
Set to v2.0
to indicate that IMDSv2 is specified in the AMI. Instances launched from this AMI will
have HttpTokens
automatically set to required
so that, by default, the instance
requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit
is set to 2
. For more information, see Configure the AMI in the Amazon Elastic Compute Cloud User Guide.
If you set the value to v2.0
, make sure that your AMI software can support IMDSv2.
If the service returns an enum value that is not available in the current SDK version, imdsSupport
will
return ImdsSupportValues.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
imdsSupportAsString()
.
v2.0
to indicate that IMDSv2 is specified in the AMI. Instances launched from this
AMI will have HttpTokens
automatically set to required
so that, by default, the
instance requires that IMDSv2 is used when requesting instance metadata. In addition,
HttpPutResponseHopLimit
is set to 2
. For more information, see Configure the AMI in the Amazon Elastic Compute Cloud User Guide.
If you set the value to v2.0
, make sure that your AMI software can support IMDSv2.
ImdsSupportValues
public final String imdsSupportAsString()
Set to v2.0
to indicate that IMDSv2 is specified in the AMI. Instances launched from this AMI will
have HttpTokens
automatically set to required
so that, by default, the instance
requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit
is set to 2
. For more information, see Configure the AMI in the Amazon Elastic Compute Cloud User Guide.
If you set the value to v2.0
, make sure that your AMI software can support IMDSv2.
If the service returns an enum value that is not available in the current SDK version, imdsSupport
will
return ImdsSupportValues.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
imdsSupportAsString()
.
v2.0
to indicate that IMDSv2 is specified in the AMI. Instances launched from this
AMI will have HttpTokens
automatically set to required
so that, by default, the
instance requires that IMDSv2 is used when requesting instance metadata. In addition,
HttpPutResponseHopLimit
is set to 2
. For more information, see Configure the AMI in the Amazon Elastic Compute Cloud User Guide.
If you set the value to v2.0
, make sure that your AMI software can support IMDSv2.
ImdsSupportValues
public RegisterImageRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<RegisterImageRequest.Builder,RegisterImageRequest>
toBuilder
in class Ec2Request
public static RegisterImageRequest.Builder builder()
public static Class<? extends RegisterImageRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2022. All rights reserved.