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