Class ImageDiskContainer
java.lang.Object
software.amazon.awssdk.services.ec2.model.ImageDiskContainer
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ImageDiskContainer.Builder,ImageDiskContainer>
@Generated("software.amazon.awssdk:codegen")
public final class ImageDiskContainer
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ImageDiskContainer.Builder,ImageDiskContainer>
Describes the disk container object for an import image task.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ImageDiskContainer.Builderbuilder()final StringThe description of the disk image.final StringThe block device mapping for the disk.final booleanfinal booleanequalsBySdkFields(Object obj) final Stringformat()The format of the disk image being imported.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends ImageDiskContainer.Builder>final StringThe ID of the EBS snapshot to be used for importing the snapshot.final StringtoString()Returns a string representation of this object.final Stringurl()The URL to the Amazon S3-based disk image being imported.final UserBucketThe S3 bucket for the disk image.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
description
The description of the disk image.
- Returns:
- The description of the disk image.
-
deviceName
The block device mapping for the disk.
- Returns:
- The block device mapping for the disk.
-
format
The format of the disk image being imported.
Valid values:
OVA|VHD|VHDX|VMDK|RAW- Returns:
- The format of the disk image being imported.
Valid values:
OVA|VHD|VHDX|VMDK|RAW
-
snapshotId
The ID of the EBS snapshot to be used for importing the snapshot.
- Returns:
- The ID of the EBS snapshot to be used for importing the snapshot.
-
url
The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)
- Returns:
- The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)
-
userBucket
The S3 bucket for the disk image.
- Returns:
- The S3 bucket for the disk image.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImageDiskContainer.Builder,ImageDiskContainer>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-