Interface ListAccountsResponse.Builder

    • Method Detail

      • accounts

        ListAccountsResponse.Builder accounts​(Collection<Account> accounts)

        List of Amazon Chime accounts and account details.

        Parameters:
        accounts - List of Amazon Chime accounts and account details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accounts

        ListAccountsResponse.Builder accounts​(Account... accounts)

        List of Amazon Chime accounts and account details.

        Parameters:
        accounts - List of Amazon Chime accounts and account details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAccountsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results.

        Parameters:
        nextToken - The token to use to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.