public static interface VolumeModification.Builder extends SdkPojo, CopyableBuilder<VolumeModification.Builder,VolumeModification>
| Modifier and Type | Method and Description |
|---|---|
VolumeModification.Builder |
endTime(Instant endTime)
The modification completion or failure time.
|
VolumeModification.Builder |
modificationState(String modificationState)
The current modification state.
|
VolumeModification.Builder |
modificationState(VolumeModificationState modificationState)
The current modification state.
|
VolumeModification.Builder |
originalIops(Integer originalIops)
The original IOPS rate of the volume.
|
VolumeModification.Builder |
originalSize(Integer originalSize)
The original size of the volume.
|
VolumeModification.Builder |
originalVolumeType(String originalVolumeType)
The original EBS volume type of the volume.
|
VolumeModification.Builder |
originalVolumeType(VolumeType originalVolumeType)
The original EBS volume type of the volume.
|
VolumeModification.Builder |
progress(Long progress)
The modification progress, from 0 to 100 percent complete.
|
VolumeModification.Builder |
startTime(Instant startTime)
The modification start time.
|
VolumeModification.Builder |
statusMessage(String statusMessage)
A status message about the modification progress or failure.
|
VolumeModification.Builder |
targetIops(Integer targetIops)
The target IOPS rate of the volume.
|
VolumeModification.Builder |
targetSize(Integer targetSize)
The target size of the volume, in GiB.
|
VolumeModification.Builder |
targetVolumeType(String targetVolumeType)
The target EBS volume type of the volume.
|
VolumeModification.Builder |
targetVolumeType(VolumeType targetVolumeType)
The target EBS volume type of the volume.
|
VolumeModification.Builder |
volumeId(String volumeId)
The ID of the volume.
|
copyapplyMutation, buildVolumeModification.Builder volumeId(String volumeId)
The ID of the volume.
volumeId - The ID of the volume.VolumeModification.Builder modificationState(String modificationState)
The current modification state. The modification state is null for unmodified volumes.
modificationState - The current modification state. The modification state is null for unmodified volumes.VolumeModificationState,
VolumeModificationStateVolumeModification.Builder modificationState(VolumeModificationState modificationState)
The current modification state. The modification state is null for unmodified volumes.
modificationState - The current modification state. The modification state is null for unmodified volumes.VolumeModificationState,
VolumeModificationStateVolumeModification.Builder statusMessage(String statusMessage)
A status message about the modification progress or failure.
statusMessage - A status message about the modification progress or failure.VolumeModification.Builder targetSize(Integer targetSize)
The target size of the volume, in GiB.
targetSize - The target size of the volume, in GiB.VolumeModification.Builder targetIops(Integer targetIops)
The target IOPS rate of the volume.
targetIops - The target IOPS rate of the volume.VolumeModification.Builder targetVolumeType(String targetVolumeType)
The target EBS volume type of the volume.
targetVolumeType - The target EBS volume type of the volume.VolumeType,
VolumeTypeVolumeModification.Builder targetVolumeType(VolumeType targetVolumeType)
The target EBS volume type of the volume.
targetVolumeType - The target EBS volume type of the volume.VolumeType,
VolumeTypeVolumeModification.Builder originalSize(Integer originalSize)
The original size of the volume.
originalSize - The original size of the volume.VolumeModification.Builder originalIops(Integer originalIops)
The original IOPS rate of the volume.
originalIops - The original IOPS rate of the volume.VolumeModification.Builder originalVolumeType(String originalVolumeType)
The original EBS volume type of the volume.
originalVolumeType - The original EBS volume type of the volume.VolumeType,
VolumeTypeVolumeModification.Builder originalVolumeType(VolumeType originalVolumeType)
The original EBS volume type of the volume.
originalVolumeType - The original EBS volume type of the volume.VolumeType,
VolumeTypeVolumeModification.Builder progress(Long progress)
The modification progress, from 0 to 100 percent complete.
progress - The modification progress, from 0 to 100 percent complete.VolumeModification.Builder startTime(Instant startTime)
The modification start time.
startTime - The modification start time.VolumeModification.Builder endTime(Instant endTime)
The modification completion or failure time.
endTime - The modification completion or failure time.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.