Interface ListPortalsResponse.Builder

    • Method Detail

      • portalSummaries

        ListPortalsResponse.Builder portalSummaries​(Collection<PortalSummary> portalSummaries)

        A list that summarizes each portal.

        Parameters:
        portalSummaries - A list that summarizes each portal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portalSummaries

        ListPortalsResponse.Builder portalSummaries​(PortalSummary... portalSummaries)

        A list that summarizes each portal.

        Parameters:
        portalSummaries - A list that summarizes each portal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPortalsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.