Interface ListPortalsResponse.Builder

    • Method Detail

      • nextToken

        ListPortalsResponse.Builder nextToken​(String nextToken)

        The pagination token used to retrieve the next page of results for this operation.

        Parameters:
        nextToken - The pagination token used to retrieve the next page of results for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portals

        ListPortalsResponse.Builder portals​(PortalSummary... portals)

        The portals in the list.

        Parameters:
        portals - The portals in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.