Uses of Interface
software.amazon.awssdk.services.ec2.model.NetworkInterfaceAttachment.Builder
Packages that use NetworkInterfaceAttachment.Builder
-
Uses of NetworkInterfaceAttachment.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInterfaceAttachment.BuilderModifier and TypeMethodDescriptionNetworkInterfaceAttachment.Builder.attachmentId(String attachmentId) The ID of the network interface attachment.NetworkInterfaceAttachment.Builder.attachTime(Instant attachTime) The timestamp indicating when the attachment initiated.NetworkInterfaceAttachment.builder()NetworkInterfaceAttachment.Builder.deleteOnTermination(Boolean deleteOnTermination) Indicates whether the network interface is deleted when the instance is terminated.NetworkInterfaceAttachment.Builder.deviceIndex(Integer deviceIndex) The device index of the network interface attachment on the instance.NetworkInterfaceAttachment.Builder.enaQueueCount(Integer enaQueueCount) The number of ENA queues created with the instance.NetworkInterfaceAttachment.Builder.enaSrdSpecification(Consumer<AttachmentEnaSrdSpecification.Builder> enaSrdSpecification) Configures ENA Express for the network interface that this action attaches to the instance.NetworkInterfaceAttachment.Builder.enaSrdSpecification(AttachmentEnaSrdSpecification enaSrdSpecification) Configures ENA Express for the network interface that this action attaches to the instance.NetworkInterfaceAttachment.Builder.instanceId(String instanceId) The ID of the instance.NetworkInterfaceAttachment.Builder.instanceOwnerId(String instanceOwnerId) The Amazon Web Services account ID of the owner of the instance.NetworkInterfaceAttachment.Builder.networkCardIndex(Integer networkCardIndex) The index of the network card.The attachment state.NetworkInterfaceAttachment.Builder.status(AttachmentStatus status) The attachment state.NetworkInterfaceAttachment.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkInterfaceAttachment.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NetworkInterfaceAttachment.Builder>NetworkInterfaceAttachment.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkInterfaceAttachment.BuilderModifier and TypeMethodDescriptionDescribeNetworkInterfaceAttributeResponse.Builder.attachment(Consumer<NetworkInterfaceAttachment.Builder> attachment) The attachment (if any) of the network interface.default NetworkInterface.BuilderNetworkInterface.Builder.attachment(Consumer<NetworkInterfaceAttachment.Builder> attachment) The network interface attachment.