Interface DisassociateMembersResponse.Builder

    • Method Detail

      • unprocessedAccounts

        DisassociateMembersResponse.Builder unprocessedAccounts​(Collection<UnprocessedAccount> unprocessedAccounts)

        A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.

        Parameters:
        unprocessedAccounts - A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedAccounts

        DisassociateMembersResponse.Builder unprocessedAccounts​(UnprocessedAccount... unprocessedAccounts)

        A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.

        Parameters:
        unprocessedAccounts - A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.