Interface GetLinksResponse.Builder

    • Method Detail

      • links

        GetLinksResponse.Builder links​(Collection<Link> links)

        The links.

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

        GetLinksResponse.Builder links​(Link... links)

        The links.

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

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