Interface ListLinksResponse.Builder

    • Method Detail

      • items

        ListLinksResponse.Builder items​(Collection<ListLinksItem> items)

        An array of structures that contain the information about the returned links.

        Parameters:
        items - An array of structures that contain the information about the returned links.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListLinksResponse.Builder items​(ListLinksItem... items)

        An array of structures that contain the information about the returned links.

        Parameters:
        items - An array of structures that contain the information about the returned links.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLinksResponse.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of links.

        Parameters:
        nextToken - The token to use when requesting the next set of links.
        Returns:
        Returns a reference to this object so that method calls can be chained together.