Interface ListAccountsResponse.Builder

    • Method Detail

      • nextToken

        ListAccountsResponse.Builder nextToken​(String nextToken)

        The page token client that is used to retrieve the list of accounts.

        Parameters:
        nextToken - The page token client that is used to retrieve the list of accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountList

        ListAccountsResponse.Builder accountList​(Collection<AccountInfo> accountList)

        A paginated response with the list of account information and the next token if more results are available.

        Parameters:
        accountList - A paginated response with the list of account information and the next token if more results are available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountList

        ListAccountsResponse.Builder accountList​(AccountInfo... accountList)

        A paginated response with the list of account information and the next token if more results are available.

        Parameters:
        accountList - A paginated response with the list of account information and the next token if more results are available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.