Uses of Interface
software.amazon.awssdk.services.ec2.model.VolumeModification.Builder
Packages that use VolumeModification.Builder
-
Uses of VolumeModification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VolumeModification.BuilderModifier and TypeMethodDescriptionstatic VolumeModification.BuilderVolumeModification.builder()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.originalMultiAttachEnabled(Boolean originalMultiAttachEnabled) The original setting for Amazon EBS Multi-Attach.VolumeModification.Builder.originalSize(Integer originalSize) The original size of the volume, in GiB.VolumeModification.Builder.originalThroughput(Integer originalThroughput) The original throughput of the volume, in MiB/s.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.The modification progress, from 0 to 100 percent complete.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.targetMultiAttachEnabled(Boolean targetMultiAttachEnabled) The target setting for Amazon EBS Multi-Attach.VolumeModification.Builder.targetSize(Integer targetSize) The target size of the volume, in GiB.VolumeModification.Builder.targetThroughput(Integer targetThroughput) The target throughput of the volume, in MiB/s.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.toBuilder()The ID of the volume.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VolumeModification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VolumeModification.Builder>VolumeModification.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VolumeModification.BuilderModifier and TypeMethodDescriptiondefault ModifyVolumeResponse.BuilderModifyVolumeResponse.Builder.volumeModification(Consumer<VolumeModification.Builder> volumeModification) Information about the volume modification.