Interface Watchlist.UpdateStages.WithSasUri

  • All Known Subinterfaces:
    Watchlist.Update
    Enclosing interface:
    Watchlist.UpdateStages

    public static interface Watchlist.UpdateStages.WithSasUri
    The stage of the Watchlist update allowing to specify sasUri.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Watchlist.Update withSasUri​(String sasUri)
      Specifies the sasUri property: The Shared Access Signature (SAS) URI under which the large csv watchlist file is located and from which the watchlist and its items will be created.
    • Method Detail

      • withSasUri

        Watchlist.Update withSasUri​(String sasUri)
        Specifies the sasUri property: The Shared Access Signature (SAS) URI under which the large csv watchlist file is located and from which the watchlist and its items will be created.
        Parameters:
        sasUri - The Shared Access Signature (SAS) URI under which the large csv watchlist file is located and from which the watchlist and its items will be created.
        Returns:
        the next definition stage.