Uses of Interface
software.amazon.awssdk.services.ec2.model.VolumeAttachment.Builder
Packages that use VolumeAttachment.Builder
-
Uses of VolumeAttachment.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VolumeAttachment.BuilderModifier and TypeMethodDescriptionVolumeAttachment.Builder.associatedResource(String associatedResource) The ARN of the Amazon Web Services-managed resource to which the volume is attached.VolumeAttachment.Builder.attachTime(Instant attachTime) The time stamp when the attachment initiated.static VolumeAttachment.BuilderVolumeAttachment.builder()VolumeAttachment.Builder.deleteOnTermination(Boolean deleteOnTermination) Indicates whether the EBS volume is deleted on instance termination.The device name.VolumeAttachment.Builder.ebsCardIndex(Integer ebsCardIndex) The index of the EBS card.VolumeAttachment.Builder.instanceId(String instanceId) The ID of the instance.VolumeAttachment.Builder.instanceOwningService(String instanceOwningService) The service principal of the Amazon Web Services service that owns the underlying resource to which the volume is attached.The attachment state of the volume.VolumeAttachment.Builder.state(VolumeAttachmentState state) The attachment state of the volume.VolumeAttachment.toBuilder()The ID of the volume.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VolumeAttachment.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VolumeAttachment.Builder>VolumeAttachment.serializableBuilderClass()