create

fun create(): Portal

Creates the Portal instance from the current state of the PortalBuilder provided. This finishes building the Portal.

Example usage (kotlin):

val portal: Portal = builder.create()

Example usage (java):

Portal portal = builder.create();

Return

a built Portal instance