Interface ListNetworkSitesResponse.Builder

    • Method Detail

      • networkSites

        ListNetworkSitesResponse.Builder networkSites​(Collection<NetworkSite> networkSites)

        Information about the network sites.

        Parameters:
        networkSites - Information about the network sites.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkSites

        ListNetworkSitesResponse.Builder networkSites​(NetworkSite... networkSites)

        Information about the network sites.

        Parameters:
        networkSites - Information about the network sites.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListNetworkSitesResponse.Builder nextToken​(String nextToken)

        The token for the next page of results.

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