Class VolumeModification
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VolumeModification.Builder,VolumeModification>
Describes the modification status of an EBS volume.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic VolumeModification.Builderbuilder()final InstantendTime()The modification completion or failure time.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final VolumeModificationStateThe current modification state.final StringThe current modification state.final IntegerThe original IOPS rate of the volume.final BooleanThe original setting for Amazon EBS Multi-Attach.final IntegerThe original size of the volume, in GiB.final IntegerThe original throughput of the volume, in MiB/s.final VolumeTypeThe original EBS volume type of the volume.final StringThe original EBS volume type of the volume.final Longprogress()The modification progress, from 0 to 100 percent complete.static Class<? extends VolumeModification.Builder>final InstantThe modification start time.final StringA status message about the modification progress or failure.final IntegerThe target IOPS rate of the volume.final BooleanThe target setting for Amazon EBS Multi-Attach.final IntegerThe target size of the volume, in GiB.final IntegerThe target throughput of the volume, in MiB/s.final VolumeTypeThe target EBS volume type of the volume.final StringThe target EBS volume type of the volume.final StringtoString()Returns a string representation of this object.final StringvolumeId()The ID of the volume.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
-
volumeId
The ID of the volume.
- Returns:
- The ID of the volume.
-
modificationState
The current modification state.
If the service returns an enum value that is not available in the current SDK version,
modificationStatewill returnVolumeModificationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodificationStateAsString().- Returns:
- The current modification state.
- See Also:
-
modificationStateAsString
The current modification state.
If the service returns an enum value that is not available in the current SDK version,
modificationStatewill returnVolumeModificationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodificationStateAsString().- Returns:
- The current modification state.
- See Also:
-
statusMessage
A status message about the modification progress or failure.
- Returns:
- A status message about the modification progress or failure.
-
targetSize
The target size of the volume, in GiB.
- Returns:
- The target size of the volume, in GiB.
-
targetIops
The target IOPS rate of the volume.
- Returns:
- The target IOPS rate of the volume.
-
targetVolumeType
The target EBS volume type of the volume.
If the service returns an enum value that is not available in the current SDK version,
targetVolumeTypewill returnVolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtargetVolumeTypeAsString().- Returns:
- The target EBS volume type of the volume.
- See Also:
-
targetVolumeTypeAsString
The target EBS volume type of the volume.
If the service returns an enum value that is not available in the current SDK version,
targetVolumeTypewill returnVolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtargetVolumeTypeAsString().- Returns:
- The target EBS volume type of the volume.
- See Also:
-
targetThroughput
The target throughput of the volume, in MiB/s.
- Returns:
- The target throughput of the volume, in MiB/s.
-
targetMultiAttachEnabled
The target setting for Amazon EBS Multi-Attach.
- Returns:
- The target setting for Amazon EBS Multi-Attach.
-
originalSize
The original size of the volume, in GiB.
- Returns:
- The original size of the volume, in GiB.
-
originalIops
The original IOPS rate of the volume.
- Returns:
- The original IOPS rate of the volume.
-
originalVolumeType
The original EBS volume type of the volume.
If the service returns an enum value that is not available in the current SDK version,
originalVolumeTypewill returnVolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoriginalVolumeTypeAsString().- Returns:
- The original EBS volume type of the volume.
- See Also:
-
originalVolumeTypeAsString
The original EBS volume type of the volume.
If the service returns an enum value that is not available in the current SDK version,
originalVolumeTypewill returnVolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoriginalVolumeTypeAsString().- Returns:
- The original EBS volume type of the volume.
- See Also:
-
originalThroughput
The original throughput of the volume, in MiB/s.
- Returns:
- The original throughput of the volume, in MiB/s.
-
originalMultiAttachEnabled
The original setting for Amazon EBS Multi-Attach.
- Returns:
- The original setting for Amazon EBS Multi-Attach.
-
progress
The modification progress, from 0 to 100 percent complete.
- Returns:
- The modification progress, from 0 to 100 percent complete.
-
startTime
The modification start time.
- Returns:
- The modification start time.
-
endTime
The modification completion or failure time.
- Returns:
- The modification completion or failure time.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<VolumeModification.Builder,VolumeModification>
-
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
-