Interface ListStagingAccountsResponse.Builder

    • Method Detail

      • accounts

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

        An array of staging AWS Accounts.

        Parameters:
        accounts - An array of staging AWS Accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accounts

        ListStagingAccountsResponse.Builder accounts​(Account... accounts)

        An array of staging AWS Accounts.

        Parameters:
        accounts - An array of staging AWS Accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListStagingAccountsResponse.Builder nextToken​(String nextToken)

        The token of the next staging Account to retrieve.

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