Interface StopMonitoringMembersResponse.Builder

    • Method Detail

      • unprocessedAccounts

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

        A list of objects that contain an accountId for each account that could not be processed, and a result string that indicates why the account was not processed.

        Parameters:
        unprocessedAccounts - A list of objects that contain an accountId for each account that could not be processed, and a result string that indicates why the account was not processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedAccounts

        StopMonitoringMembersResponse.Builder unprocessedAccounts​(UnprocessedAccount... unprocessedAccounts)

        A list of objects that contain an accountId for each account that could not be processed, and a result string that indicates why the account was not processed.

        Parameters:
        unprocessedAccounts - A list of objects that contain an accountId for each account that could not be processed, and a result string that indicates why the account was not processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.