@Generated(value="software.amazon.awssdk:codegen") public final class Volume extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Volume.Builder,Volume>
Describes a volume.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Volume.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<VolumeAttachment> |
attachments()
Information about the volume attachments.
|
String |
availabilityZone()
The Availability Zone for the volume.
|
static Volume.Builder |
builder() |
Instant |
createTime()
The time stamp when volume creation was initiated.
|
Boolean |
encrypted()
Indicates whether the volume is encrypted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
fastRestored()
Indicates whether the volume was created using fast snapshot restore.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAttachments()
Returns true if the Attachments property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
Integer |
iops()
The number of I/O operations per second (IOPS).
|
String |
kmsKeyId()
The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was
used to protect the volume encryption key for the volume.
|
Boolean |
multiAttachEnabled()
Indicates whether Amazon EBS Multi-Attach is enabled.
|
String |
outpostArn()
The Amazon Resource Name (ARN) of the Outpost.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Volume.Builder> |
serializableBuilderClass() |
Integer |
size()
The size of the volume, in GiBs.
|
String |
snapshotId()
The snapshot from which the volume was created, if applicable.
|
VolumeState |
state()
The volume state.
|
String |
stateAsString()
The volume state.
|
List<Tag> |
tags()
Any tags assigned to the volume.
|
Integer |
throughput()
The throughput that the volume supports, in MiB/s.
|
Volume.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
volumeId()
The ID of the volume.
|
VolumeType |
volumeType()
The volume type.
|
String |
volumeTypeAsString()
The volume type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasAttachments()
public final List<VolumeAttachment> attachments()
Information about the volume attachments.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAttachments() to see if a value was sent in this field.
public final String availabilityZone()
The Availability Zone for the volume.
public final Instant createTime()
The time stamp when volume creation was initiated.
public final Boolean encrypted()
Indicates whether the volume is encrypted.
public final String kmsKeyId()
The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the volume.
public final String outpostArn()
The Amazon Resource Name (ARN) of the Outpost.
public final Integer size()
The size of the volume, in GiBs.
public final String snapshotId()
The snapshot from which the volume was created, if applicable.
public final VolumeState state()
The volume state.
If the service returns an enum value that is not available in the current SDK version, state will return
VolumeState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
VolumeStatepublic final String stateAsString()
The volume state.
If the service returns an enum value that is not available in the current SDK version, state will return
VolumeState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
VolumeStatepublic final String volumeId()
The ID of the volume.
public final Integer iops()
The number of I/O operations per second (IOPS). For gp3, io1, and io2
volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes,
this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits
for bursting.
gp3, io1, and
io2 volumes, this represents the number of IOPS that are provisioned for the volume. For
gp2 volumes, this represents the baseline performance of the volume and the rate at which
the volume accumulates I/O credits for bursting.public final boolean hasTags()
public final List<Tag> tags()
Any tags assigned to the volume.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public final VolumeType volumeType()
The volume type.
If the service returns an enum value that is not available in the current SDK version, volumeType will
return VolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
volumeTypeAsString().
VolumeTypepublic final String volumeTypeAsString()
The volume type.
If the service returns an enum value that is not available in the current SDK version, volumeType will
return VolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
volumeTypeAsString().
VolumeTypepublic final Boolean fastRestored()
Indicates whether the volume was created using fast snapshot restore.
public final Boolean multiAttachEnabled()
Indicates whether Amazon EBS Multi-Attach is enabled.
public final Integer throughput()
The throughput that the volume supports, in MiB/s.
public Volume.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Volume.Builder,Volume>public static Volume.Builder builder()
public static Class<? extends Volume.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.