create
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()
Content copied to clipboard
Example usage (java):
Portal portal = builder.create();
Content copied to clipboard
Return
a built Portal instance