Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceNetworkInterfaceAttachment.Builder
Packages that use InstanceNetworkInterfaceAttachment.Builder
-
Uses of InstanceNetworkInterfaceAttachment.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceNetworkInterfaceAttachment.BuilderModifier and TypeMethodDescriptionInstanceNetworkInterfaceAttachment.Builder.attachmentId(String attachmentId) The ID of the network interface attachment.InstanceNetworkInterfaceAttachment.Builder.attachTime(Instant attachTime) The time stamp when the attachment initiated.InstanceNetworkInterfaceAttachment.builder()InstanceNetworkInterfaceAttachment.Builder.deleteOnTermination(Boolean deleteOnTermination) Indicates whether the network interface is deleted when the instance is terminated.InstanceNetworkInterfaceAttachment.Builder.deviceIndex(Integer deviceIndex) The index of the device on the instance for the network interface attachment.InstanceNetworkInterfaceAttachment.Builder.enaQueueCount(Integer enaQueueCount) The number of ENA queues created with the instance.InstanceNetworkInterfaceAttachment.Builder.enaSrdSpecification(Consumer<InstanceAttachmentEnaSrdSpecification.Builder> enaSrdSpecification) Contains the ENA Express settings for the network interface that's attached to the instance.InstanceNetworkInterfaceAttachment.Builder.enaSrdSpecification(InstanceAttachmentEnaSrdSpecification enaSrdSpecification) Contains the ENA Express settings for the network interface that's attached to the instance.InstanceNetworkInterfaceAttachment.Builder.networkCardIndex(Integer networkCardIndex) The index of the network card.The attachment state.InstanceNetworkInterfaceAttachment.Builder.status(AttachmentStatus status) The attachment state.InstanceNetworkInterfaceAttachment.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceNetworkInterfaceAttachment.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceNetworkInterfaceAttachment.Builder>InstanceNetworkInterfaceAttachment.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceNetworkInterfaceAttachment.BuilderModifier and TypeMethodDescriptiondefault InstanceNetworkInterface.BuilderInstanceNetworkInterface.Builder.attachment(Consumer<InstanceNetworkInterfaceAttachment.Builder> attachment) The network interface attachment.