Class EbsBlockDeviceResponse
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.EbsBlockDeviceResponse
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<EbsBlockDeviceResponse.Builder,EbsBlockDeviceResponse>
@Generated("software.amazon.awssdk:codegen") public final class EbsBlockDeviceResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EbsBlockDeviceResponse.Builder,EbsBlockDeviceResponse>
Describes a block device for an EBS volume.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EbsBlockDeviceResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EbsBlockDeviceResponse.Builder
builder()
Boolean
deleteOnTermination()
Indicates whether the volume is deleted on instance termination.Boolean
encrypted()
Indicates whether the volume is encrypted.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Integer
iops()
The number of I/O operations per second (IOPS).String
kmsKeyId()
Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends EbsBlockDeviceResponse.Builder>
serializableBuilderClass()
String
snapshotId()
The ID of the snapshot.Integer
throughput()
The throughput that the volume supports, in MiB/s.EbsBlockDeviceResponse.Builder
toBuilder()
String
toString()
Returns a string representation of this object.Integer
volumeSize()
The size of the volume, in GiBs.VolumeType
volumeType()
The volume type.String
volumeTypeAsString()
The volume type.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
encrypted
public final Boolean encrypted()
Indicates whether the volume is encrypted.
- Returns:
- Indicates whether the volume is encrypted.
-
deleteOnTermination
public final Boolean deleteOnTermination()
Indicates whether the volume is deleted on instance termination.
- Returns:
- Indicates whether the volume is deleted on instance termination.
-
iops
public final Integer iops()
The number of I/O operations per second (IOPS). For
gp3
,io1
, andio2
volumes, this represents the number of IOPS that are provisioned for the volume. Forgp2
volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.- Returns:
- The number of I/O operations per second (IOPS). For
gp3
,io1
, andio2
volumes, this represents the number of IOPS that are provisioned for the volume. Forgp2
volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
-
throughput
public final Integer throughput()
The throughput that the volume supports, in MiB/s.
- Returns:
- The throughput that the volume supports, in MiB/s.
-
kmsKeyId
public final String kmsKeyId()
Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.
- Returns:
- Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.
-
snapshotId
public final String snapshotId()
The ID of the snapshot.
- Returns:
- The ID of the snapshot.
-
volumeSize
public final Integer volumeSize()
The size of the volume, in GiBs.
- Returns:
- The size of the volume, in GiBs.
-
volumeType
public final VolumeType volumeType()
The volume type. For more information, see Amazon EBS volume types in the Amazon EBS User Guide.
If the service returns an enum value that is not available in the current SDK version,
volumeType
will returnVolumeType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromvolumeTypeAsString()
.- Returns:
- The volume type. For more information, see Amazon EBS volume types in the Amazon EBS User Guide.
- See Also:
VolumeType
-
volumeTypeAsString
public final String volumeTypeAsString()
The volume type. For more information, see Amazon EBS volume types in the Amazon EBS User Guide.
If the service returns an enum value that is not available in the current SDK version,
volumeType
will returnVolumeType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromvolumeTypeAsString()
.- Returns:
- The volume type. For more information, see Amazon EBS volume types in the Amazon EBS User Guide.
- See Also:
VolumeType
-
toBuilder
public EbsBlockDeviceResponse.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<EbsBlockDeviceResponse.Builder,EbsBlockDeviceResponse>
-
builder
public static EbsBlockDeviceResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends EbsBlockDeviceResponse.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-