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