Uses of Interface
software.amazon.awssdk.services.ec2.model.EbsInstanceBlockDevice.Builder
Packages that use EbsInstanceBlockDevice.Builder
-
Uses of EbsInstanceBlockDevice.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EbsInstanceBlockDevice.BuilderModifier and TypeMethodDescriptionEbsInstanceBlockDevice.Builder.associatedResource(String associatedResource) The ARN of the Amazon Web Services-managed resource to which the volume is attached.EbsInstanceBlockDevice.Builder.attachTime(Instant attachTime) The time stamp when the attachment initiated.EbsInstanceBlockDevice.builder()EbsInstanceBlockDevice.Builder.deleteOnTermination(Boolean deleteOnTermination) Indicates whether the volume is deleted on instance termination.EbsInstanceBlockDevice.Builder.ebsCardIndex(Integer ebsCardIndex) The index of the EBS card.default EbsInstanceBlockDevice.BuilderEbsInstanceBlockDevice.Builder.operator(Consumer<OperatorResponse.Builder> operator) The service provider that manages the EBS volume.EbsInstanceBlockDevice.Builder.operator(OperatorResponse operator) The service provider that manages the EBS volume.The attachment state.EbsInstanceBlockDevice.Builder.status(AttachmentStatus status) The attachment state.EbsInstanceBlockDevice.toBuilder()The ID of the EBS volume.EbsInstanceBlockDevice.Builder.volumeOwnerId(String volumeOwnerId) The ID of the Amazon Web Services account that owns the volume.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EbsInstanceBlockDevice.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EbsInstanceBlockDevice.Builder>EbsInstanceBlockDevice.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type EbsInstanceBlockDevice.BuilderModifier and TypeMethodDescriptionInstanceBlockDeviceMapping.Builder.ebs(Consumer<EbsInstanceBlockDevice.Builder> ebs) Parameters used to automatically set up EBS volumes when the instance is launched.