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