Uses of Interface
software.amazon.awssdk.services.ec2.model.VolumeStatusAttachmentStatus.Builder
-
Packages that use VolumeStatusAttachmentStatus.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VolumeStatusAttachmentStatus.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VolumeStatusAttachmentStatus.Builder Modifier and Type Method Description static VolumeStatusAttachmentStatus.BuilderVolumeStatusAttachmentStatus. builder()VolumeStatusAttachmentStatus.BuilderVolumeStatusAttachmentStatus.Builder. instanceId(String instanceId)The ID of the attached instance.VolumeStatusAttachmentStatus.BuilderVolumeStatusAttachmentStatus.Builder. ioPerformance(String ioPerformance)The maximum IOPS supported by the attached instance.VolumeStatusAttachmentStatus.BuilderVolumeStatusAttachmentStatus. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VolumeStatusAttachmentStatus.Builder Modifier and Type Method Description static Class<? extends VolumeStatusAttachmentStatus.Builder>VolumeStatusAttachmentStatus. serializableBuilderClass()
-