Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVolumeAttachmentPropsMixin.Builder
Packages that use CfnVolumeAttachmentPropsMixin.Builder
-
Uses of CfnVolumeAttachmentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnVolumeAttachmentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnVolumeAttachmentPropsMixin.Builder.create()CfnVolumeAttachmentPropsMixin.Builder.create(CfnPropertyMixinOptions options) The device name (for example,/dev/sdhorxvdh).CfnVolumeAttachmentPropsMixin.Builder.ebsCardIndex(Number ebsCardIndex) The index of the EBS card.CfnVolumeAttachmentPropsMixin.Builder.instanceId(String instanceId) The ID of the instance to which the volume attaches.CfnVolumeAttachmentPropsMixin.Builder.instanceId(IInstanceRef instanceId) The ID of the instance to which the volume attaches.The ID of the Amazon EBS volume.CfnVolumeAttachmentPropsMixin.Builder.volumeId(IVolumeRef volumeId) The ID of the Amazon EBS volume.