Interface UpdateMemberDetectorsResponse.Builder

    • Method Detail

      • unprocessedAccounts

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

        A list of member account IDs that were unable to be processed along with an explanation for why they were not processed.

        Parameters:
        unprocessedAccounts - A list of member account IDs that were unable to be processed along with an explanation for why they were not processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedAccounts

        UpdateMemberDetectorsResponse.Builder unprocessedAccounts​(UnprocessedAccount... unprocessedAccounts)

        A list of member account IDs that were unable to be processed along with an explanation for why they were not processed.

        Parameters:
        unprocessedAccounts - A list of member account IDs that were unable to be processed along with an explanation for why they were not processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.