Class EbsInstanceBlockDeviceSpecification
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<EbsInstanceBlockDeviceSpecification.Builder,
EbsInstanceBlockDeviceSpecification>
Amazon EBS-specific block device mapping specifications.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
final Boolean
Use to configure delete on termination of the associated device.final Boolean
Use to configure device encryption.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final Integer
iops()
Use to configure device IOPS.final String
kmsKeyId()
Use to configure the KMS key to use when encrypting the device.static Class
<? extends EbsInstanceBlockDeviceSpecification.Builder> final String
The snapshot that defines the device contents.final Integer
For GP3 volumes only – The throughput in MiB/s that the volume supports.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Integer
Use to override the device's volume size.final EbsVolumeType
Use to override the device's volume type.final String
Use to override the device's volume type.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
encrypted
Use to configure device encryption.
- Returns:
- Use to configure device encryption.
-
deleteOnTermination
Use to configure delete on termination of the associated device.
- Returns:
- Use to configure delete on termination of the associated device.
-
iops
Use to configure device IOPS.
- Returns:
- Use to configure device IOPS.
-
kmsKeyId
Use to configure the KMS key to use when encrypting the device.
- Returns:
- Use to configure the KMS key to use when encrypting the device.
-
snapshotId
The snapshot that defines the device contents.
- Returns:
- The snapshot that defines the device contents.
-
volumeSize
Use to override the device's volume size.
- Returns:
- Use to override the device's volume size.
-
volumeType
Use to override the device's volume type.
If the service returns an enum value that is not available in the current SDK version,
volumeType
will returnEbsVolumeType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromvolumeTypeAsString()
.- Returns:
- Use to override the device's volume type.
- See Also:
-
volumeTypeAsString
Use to override the device's volume type.
If the service returns an enum value that is not available in the current SDK version,
volumeType
will returnEbsVolumeType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromvolumeTypeAsString()
.- Returns:
- Use to override the device's volume type.
- See Also:
-
throughput
For GP3 volumes only – The throughput in MiB/s that the volume supports.
- Returns:
- For GP3 volumes only – The throughput in MiB/s that the volume supports.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<EbsInstanceBlockDeviceSpecification.Builder,
EbsInstanceBlockDeviceSpecification> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
public static Class<? extends EbsInstanceBlockDeviceSpecification.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
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
-