Interface GetSitesResponse.Builder

    • Method Detail

      • sites

        GetSitesResponse.Builder sites​(Collection<Site> sites)

        The sites.

        Parameters:
        sites - The sites.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sites

        GetSitesResponse.Builder sites​(Site... sites)

        The sites.

        Parameters:
        sites - The sites.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetSitesResponse.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.