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