Interface ListAccountLinksResponse.Builder

    • Method Detail

      • accountLinks

        ListAccountLinksResponse.Builder accountLinks​(Collection<AccountLink> accountLinks)

        Information about the account links.

        Parameters:
        accountLinks - Information about the account links.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountLinks

        ListAccountLinksResponse.Builder accountLinks​(AccountLink... accountLinks)

        Information about the account links.

        Parameters:
        accountLinks - Information about the account links.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAccountLinksResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.