Interface GetLinksRequest.Builder

    • Method Detail

      • globalNetworkId

        GetLinksRequest.Builder globalNetworkId​(String globalNetworkId)

        The ID of the global network.

        Parameters:
        globalNetworkId - The ID of the global network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • linkIds

        GetLinksRequest.Builder linkIds​(Collection<String> linkIds)

        One or more link IDs. The maximum is 10.

        Parameters:
        linkIds - One or more link IDs. The maximum is 10.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • linkIds

        GetLinksRequest.Builder linkIds​(String... linkIds)

        One or more link IDs. The maximum is 10.

        Parameters:
        linkIds - One or more link IDs. The maximum is 10.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • siteId

        GetLinksRequest.Builder siteId​(String siteId)

        The ID of the site.

        Parameters:
        siteId - The ID of the site.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        GetLinksRequest.Builder type​(String type)

        The link type.

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

        GetLinksRequest.Builder provider​(String provider)

        The link provider.

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

        GetLinksRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return.

        Parameters:
        maxResults - The maximum number of results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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