Class VolumeModification

    • Method Detail

      • volumeId

        public final String volumeId()

        The ID of the volume.

        Returns:
        The ID of the volume.
      • statusMessage

        public final String statusMessage()

        A status message about the modification progress or failure.

        Returns:
        A status message about the modification progress or failure.
      • targetSize

        public final Integer targetSize()

        The target size of the volume, in GiB.

        Returns:
        The target size of the volume, in GiB.
      • targetIops

        public final Integer targetIops()

        The target IOPS rate of the volume.

        Returns:
        The target IOPS rate of the volume.
      • targetVolumeType

        public final VolumeType 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, targetVolumeType will return VolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from targetVolumeTypeAsString().

        Returns:
        The target EBS volume type of the volume.
        See Also:
        VolumeType
      • targetVolumeTypeAsString

        public final String 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, targetVolumeType will return VolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from targetVolumeTypeAsString().

        Returns:
        The target EBS volume type of the volume.
        See Also:
        VolumeType
      • targetThroughput

        public final Integer targetThroughput()

        The target throughput of the volume, in MiB/s.

        Returns:
        The target throughput of the volume, in MiB/s.
      • targetMultiAttachEnabled

        public final Boolean targetMultiAttachEnabled()

        The target setting for Amazon EBS Multi-Attach.

        Returns:
        The target setting for Amazon EBS Multi-Attach.
      • originalSize

        public final Integer originalSize()

        The original size of the volume, in GiB.

        Returns:
        The original size of the volume, in GiB.
      • originalIops

        public final Integer originalIops()

        The original IOPS rate of the volume.

        Returns:
        The original IOPS rate of the volume.
      • originalVolumeType

        public final VolumeType 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, originalVolumeType will return VolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from originalVolumeTypeAsString().

        Returns:
        The original EBS volume type of the volume.
        See Also:
        VolumeType
      • originalVolumeTypeAsString

        public final String 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, originalVolumeType will return VolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from originalVolumeTypeAsString().

        Returns:
        The original EBS volume type of the volume.
        See Also:
        VolumeType
      • originalThroughput

        public final Integer originalThroughput()

        The original throughput of the volume, in MiB/s.

        Returns:
        The original throughput of the volume, in MiB/s.
      • originalMultiAttachEnabled

        public final Boolean originalMultiAttachEnabled()

        The original setting for Amazon EBS Multi-Attach.

        Returns:
        The original setting for Amazon EBS Multi-Attach.
      • progress

        public final Long progress()

        The modification progress, from 0 to 100 percent complete.

        Returns:
        The modification progress, from 0 to 100 percent complete.
      • startTime

        public final Instant startTime()

        The modification start time.

        Returns:
        The modification start time.
      • endTime

        public final Instant endTime()

        The modification completion or failure time.

        Returns:
        The modification completion or failure time.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)