Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceSecondaryInterfaceAttachment.Builder
Packages that use InstanceSecondaryInterfaceAttachment.Builder
-
Uses of InstanceSecondaryInterfaceAttachment.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceSecondaryInterfaceAttachment.BuilderModifier and TypeMethodDescriptionInstanceSecondaryInterfaceAttachment.Builder.attachmentId(String attachmentId) The ID of the attachment.InstanceSecondaryInterfaceAttachment.Builder.attachTime(Instant attachTime) The timestamp when the attachment was created.InstanceSecondaryInterfaceAttachment.builder()InstanceSecondaryInterfaceAttachment.Builder.deleteOnTermination(Boolean deleteOnTermination) Indicates whether the secondary interface is deleted when the instance is terminated.InstanceSecondaryInterfaceAttachment.Builder.deviceIndex(Integer deviceIndex) The device index of the secondary interface.InstanceSecondaryInterfaceAttachment.Builder.networkCardIndex(Integer networkCardIndex) The index of the network card.The attachment state.InstanceSecondaryInterfaceAttachment.Builder.status(AttachmentStatus status) The attachment state.InstanceSecondaryInterfaceAttachment.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceSecondaryInterfaceAttachment.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceSecondaryInterfaceAttachment.Builder>InstanceSecondaryInterfaceAttachment.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceSecondaryInterfaceAttachment.BuilderModifier and TypeMethodDescriptionInstanceSecondaryInterface.Builder.attachment(Consumer<InstanceSecondaryInterfaceAttachment.Builder> attachment) The attachment information for the secondary interface.